Color of highlighter text...

GK User
Tue Jan 24, 2012 2:48 am
Hello...

Would like to change the color for the highlighter text, with out changing the color for all titles...

Code: Select all
a {
color: black;
}


If I change this on the tempalte.css all headers change...
how do I separate the highlighter text only,
I currently have the highlighter text in the "topmenu1" position.


Take a look @ meganoticias.mx

the highlighter at the top is black would like to have it white,

thanks
User avatar
Expert Boarder

Konrad M
Tue Jan 24, 2012 9:22 am
Hi
Can you give us url to your site ?
User avatar

GK User
Tue Jan 24, 2012 3:10 pm
Hello

Sure, http://meganoticias.mx

Thanks
User avatar
Expert Boarder

Konrad M
Wed Jan 25, 2012 9:46 am
Try add to override.css
Code: Select all
.gkHighlighterItem a {
color:#ffffff;
}

and set your own color value. Remember to enable override.css option in template sttings.
User avatar


cron