Forums

My Category Order
How to remove this? (3 posts)

  1. CitLemBiK
    Member
    Posted 9 months ago #

    How to remove this point from widget style?

    http://img577.imageshack.us/img577/1514/89158744.jpg

    Please check picture...

  2. CitLemBiK
    Member
    Posted 9 months ago #

    How to remove list style from my category order

  3. riversatile
    Member
    Posted 9 months ago #

    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;
    }

Reply

You must log in to post.

About this Plugin

About this Topic