Forum Discussion

Samantha_O's avatar
Samantha_O
Champion
10 years ago

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 ...
  • VarunGrazitti's avatar
    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;
    }