Home Forums WordPress Themes – Premium Lavish Pro Pre-defined colors Reply To: Pre-defined colors

#21792
Shekhar Bhandari
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