Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Change bullets

    Make sure the code you added isn’t being over-ridden by a code somewhere else. I wanted my list of categories, pages, and archives located in the sidebar to have an image for the bullet. Here’s the code I’m using – it works for me in FF.

    #sidebar ul {
      margin:0 0 1.5em;
      padding:0 0 1.5em;
      padding-bottom: 1em;
      border-bottom:1px dotted #ccc;
      list-style-image:url(/wp-content/themes/winterdelight/next.png);
      }
    #sidebar li {
      margin-left:20px;
      padding:0px 0px 2px 0px;
      }

    Good luck!

Viewing 1 replies (of 1 total)