Forums

Sidebar Bullet removal (3 posts)

  1. Filbert
    Member
    Posted 11 months ago #

    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.

  2. theotherlebowski
    Member
    Posted 11 months ago #

    in style.css just add:

    ul { list-style-type: none; }

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

  3. Filbert
    Member
    Posted 11 months ago #

    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

Reply

You must log in to post.

About this Topic