• Resolved nuclear

    (@nuclear)


    Is there a file that I can edit that removes the list bullets or <il>’s beside the category names?

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

    (@ladydelaluna)

    actually, it would be in the CSS file, and it would be the <li> bullets you want to remove.

    go to your CSS file (stylesheet) and look for something like:

    #nav ul {<br />
    color: #660099;<br />
    margin: 0;<br />
    padding-left: 3px;<br />
    }

    and add in this line:

    list-style: none;

    Thread Starter nuclear

    (@nuclear)

    Thank you that worked. 🙂

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

The topic ‘Remove list bullets from category names.’ is closed to new replies.