Home › Forums › Back End › How do I remove or edit class="xoxo blogroll" ? › Re: How do I remove or edit class=”xoxo blogroll” ?
July 12, 2010 at 11:06 pm
#79686
Member
Hey OlaHaldor,
I’m really hoping that you’ve gotten through this already given the age of the post, but just in case you haven’t, here’s some humble advice.
If you’ve styled the blogroll elements already in your CSS, just add the div id where this category is being displayed (i.e. in the header) to the beginning of another .blogroll class after that in your CSS to target that particular category:
Code:
/*CSS for differently bitchin’ links*/
#header.blogroll {
background: #000;
color: #fff;
font-weight: bold;
}
#header.blogroll {
background: #000;
color: #fff;
font-weight: bold;
}
…or something like that.