Support » Fixing WordPress » Change bullets

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sure is, but it’s through CSS

    http://www.w3schools.com/css/pr_list-style-type.asp

    Is a quick reference, but you can also use images as well. Just need to do some research on CSS LIST-STYLE-TYPE

    Thread Starter pistonsnationblog

    (@pistonsnationblog)

    Hmmm, for some reason my bullet works in IE, but not Firefox :/

    I’m having the same problem. Bullets work in IE6, but not Firefox.

    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 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change bullets’ is closed to new replies.