How to change colour

madmartigan

Active member
Licensed customer
I wonder how i can change the colours here

a4.jpg
 
Admin CP -> Appearance -> Templates -> EXTRA.css

Add this code:

Rich (BB code):
.textWithCount.subHeading .text
{		
	color: #123456 !important;
}

Use any color code. That should do it.
 
Back
Top Bottom