Recent Topics

1 Feb 05, 2008 21:21    

My b2evolution Version: Not Entered

I am using the andreas_01 template and I want to change one thing and can not for the life of me figure out how to do it.

I want the Parent Categories on my sidebar to be bold and the subcategories plain. But I have spent hours looking for a way to fix this and now have given up.

Here is a link to my blog: http://www.sterlingdavenport.com

See over to the right? All the categories run together and I want the parent categories to stand out, and by making them bold, I think will help differentiate.

Please help

2 Feb 05, 2008 21:30

No problem, but first you really need to consider upgrading to 1.10.3 because your current version is [url=http://b2evolution.net/downloads/index.php]obsolete[/url].

In your stylesheet.css file look for something that starts kinda like this, then make it be like this:

.bSideItem li {
  list-style-image: url(http://www.sterlingdavenport.com/images/bullet.gif);
font-weight: bold;
}
.bSideItem li ul li {
font-weight: normal;
}

Ta da!

3 Feb 05, 2008 22:03

Thank you very much, I appreciate it!

I plan on upgrading. I plan on it. lol.


Form is loading...