Samantha_O
10 years agoChampion
Editing class not in CSS
I am trying to edit a couple of classes that are live in production but are not available in the Skin CSS in Studio. How can I edit these if they are not in the CSS? The classes I am trying to ...
- 10 years ago
Samantha_Othese classes are defined in the parent skin which you are inheriting for your custom skin. The parent/ default lithium skins cannot be changed, but you can certainly override them. You can use !important in your overridden CSS property.
.MessageStatus{
Color:#000000 !important;
}