• Hello,

    I have a 2010 child setup and have followed the Digital Raindrops tutorial to add 2 narrow sidebars to my homepage. My problem (still learning HTML and CSS as I go along!) is that the right sidebar shows the bullets whereas the left does not.
    I would like to remove the bullets but am getting lost with where to change the code.
    my website
    I have used firefox and firebug and can see the UL code area but need some pointers as to where and how I should enter the code to make bullets = none in my style.css

    Any help would be gratefully received.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css just add:

    ul { list-style-type: none; }

    and that will get rid of all the bullets on all your lists.

    Thread Starter Filbert

    (@filbert)

    Thanks for the reply. It doesn’t seem to do anything but I think I should be directing this question to the Digital Raindrops guys as there are a lot of additional php files added through their tutorials… the culprit code will be in one of those somewhere!

    Thanks again for the reply

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sidebar Bullet removal’ is closed to new replies.