Can I adjust the backgound colour of category list

GK User
Fri Dec 30, 2011 5:02 am
Hi Is it possible to direct me to where I can adjust the colour of the category list heading backgrounds?
Thank you.
User avatar
Gold Boarder

Konrad M
Fri Dec 30, 2011 10:45 am
Hi
Can you explain little more or add screenshot ?
User avatar

GK User
Fri Dec 30, 2011 10:50 am
Sure here is a link to one of many category lists. I have so many articles i prefer lists to blogs. The dark grey band across the top for the headings is what I am referring to. Is it possible to change its colour to match the prev and next tags you find at the bottom of every article? Or perhaps just lighten it?

http://www.polomagazines.com/scores-results-round-ups
User avatar
Gold Boarder

Konrad M
Fri Dec 30, 2011 11:53 am
Try add to override.css
Code: Select all
table th {
    background: #333333 !important;
    border:1px solid #333333 !important;
}

and set your own color value for background and border. Of course remember to enable override.css option in template settings
User avatar

GK User
Sat Dec 31, 2011 12:03 pm
Thats the Answer. Thank you.
User avatar
Gold Boarder


cron