Hi
Is anybody here familiar with body class in wordpress?
I have different category options on the home page of I site that I am setting up, please view:
www.sugartreelondon.com
I would like to make the colour background on each of the 'more stories' bit, different for each category but cannot seem to find a way to target that element.
The line of code used for the background is;
Code:
.more_stories{background:#8f8e3e;margin:0 10px 0 10px;padding:0 0 0 0;border-bottom:1px solid #d7d7d7;font-size:0.9em;font-weight:bold;}
I thought that to target and change this I would need the code;
Code:
body.more_stories cat-item cat-item-3 {background:#fff;}
But this is not working. Can anybody help?
Thanks in advance.