I'm desperately trying to remove the default disc-style bullet in my sidebar:
my future website
I've searched for the 'before' tag and I have tried adding list-style-type:none; every where possible, but to no avail.
I'm desperately trying to remove the default disc-style bullet in my sidebar:
my future website
I've searched for the 'before' tag and I have tried adding list-style-type:none; every where possible, but to no avail.
the bullet is caused by this html construct:
<div id="sidebar">
<li>
a list element li without the ul or ol
check the functions.php of your theme for the correct code of register sidebar:
http://codex.wordpress.org/Function_Reference/register_sidebar
This topic has been closed to new replies.