Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter citlembik

    (@citlembik)

    How to remove list style from my category order

    Hi,

    Very easy !
    You have to say (with CSS) that you want no “list-style” for the list displayed into your sidebar (or any other container).
    Just add list-style: none;

    Here is an example for no style into the sidebar :

    #sidebar li {
    list-style: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove this?’ is closed to new replies.