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?
#sidebar ul li {
list-style-type:none;
}