Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    This CSS will kill the sidebar bullets:

    #sidebar1 ul li {
      list-style: none;
    }

    Here’s an example for the other thing:

    #sidebar1 ul li a {
     display:block;
     margin:5px 0;
    }
    Thread Starter drakeblogs

    (@drakeblogs)

    Thanks, that fixed everything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't remove bullets in sidebar’ is closed to new replies.