How to remove this point from widget style?
http://img577.imageshack.us/img577/1514/89158744.jpg
Please check picture...
How to remove this point from widget style?
http://img577.imageshack.us/img577/1514/89158744.jpg
Please check picture...
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;
}You must log in to post.