Home › Forums › WordPress Themes – Premium › Lavish Pro › Pre-defined colors › Reply To: Pre-defined colors
September 7, 2015 at 9:55 am
#21792
Participant
Hi Ellen,
Then you can use the following custom css and use it anywhere in the theme.
.color_ellen {color:#4082cd !important;}
.colorbg_ellen {background-color:#4082cd !important;}
Now you use the color using the class color_ellen for text color and colorbg_ellen for background color.
Thanks