when an item is expanded it is assigned a class of:
colomat-close
We can then expand this class with css to do things like change the font color:
.colomat-close{
color: red;
}
I change color
when you see me, i blush red
A Pluginoven Test Site
when an item is expanded it is assigned a class of:
colomat-close
We can then expand this class with css to do things like change the font color:
.colomat-close{
color: red;
}