Recent Topics

1 Nov 05, 2010 05:30    

My b2evolution Version: 3.3.3

I'm using the Underground skin and am wondering if there is a way to remove the bullets (circles) from the right widget area but NOT from posts. I tried changing

ul li {list-style: circle;}

to

ul li {list-style: none;}

in the mainnav area (line 149) but this appears to remove the bullets not only from the right hand widget column, but also from all posts. Suggestions anyone?

2 Nov 05, 2010 13:49

#sidebar ul li {
list-style-type:none;
}


Form is loading...