New Zenner
- Join Date:
- Mar 2008
- Posts:
- 6
- Plugin Contributions:
- 0
Need help remove bullet points in menu
Hello,
I am trying to customise the left nav where there are all the categories...
I have changed the left menu to be a list and not anymore a number of links as it is normally with zen cart.
Now that I have my list, I would like to modify it with CSS. I can change the font and everything...BUT I can't remove the bullet points... :frusty:
li.category-top a {
list-style-type:none;
list-style: none;
color:#009933;
font-weight:bold;
}
Here is my CSS...
Can someone help me??