I'm trying to get my category parents to be in bold, but can't seem to figure it out. If you look on the left side of my blog, you can see the category widget, but the parent titles are the same format as their children.
And ideas?
I'm trying to get my category parents to be in bold, but can't seem to figure it out. If you look on the left side of my blog, you can see the category widget, but the parent titles are the same format as their children.
And ideas?
If you look on the left side of my blog...
And your blog is what?
Whats the URL?
Add this through HTML/CSS Inserts -> CSS Inserts
div.widget-categories ul li {
font-weight: bold;
}
div.widget-categories ul li ul li {
font-weight: normal;
}This topic has been closed to new replies.