I´ve reinstalled the Prophoto theme and now I have little grey dots at the menu and at the left list of categories. http://www.mkebanisteria.com/ How can I remove those dots? Where I have to go to modify this? Thank you!
- Grew a moustache for the Envato Movember competition
- Community Moderator
- Contributed a Blog Post
- Author was Featured
- Item was Featured
- Won a Competition
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Has been a member for 4-5 years
This requires a bit of a “reset”. A css style like this:
ul,li{
list-style:none;
margin:0;
padding:0;
}
Please contact the theme author with this question, they will know why the dots have just started to appear and should hopefully be able to offer you a quick solution.
- Sold between 1 000 and 5 000 dollars
- Has been a member for 3-4 years
- United Kingdom
- Bought between 1 and 9 items
- Referred between 1 and 9 users
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Author had a Free File of the Month
- Microlancer Beta Tester
write to the author of template or simply add little change to your css:
that should help 
#categories {
list-style-type: none;
padding-left: 15px;
}
cheers
Alex
- Sold between 1 000 and 5 000 dollars
- Has been a member for 3-4 years
- United Kingdom
- Bought between 1 and 9 items
- Referred between 1 and 9 users
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Author had a Free File of the Month
- Microlancer Beta Tester

cheers
dtbaker said
This requires a bit of a “reset”. A css style like this:ul,li{ list-style:none; margin:0; padding:0; }Please contact the theme author with this question, they will know why the dots have just started to appear and should hopefully be able to offer you a quick solution.
Thanks, my categories css code is this.
/** Categories ============================================================================== */ #categories li a{display:block;width:100%;background:url(images/nav_arrow.jpg) no-repeat right;border-bottom:1px solid #d7d7d7;padding:2px 0} li.current-cat a{color:#de0101}
Where I´m supposed to insert that code?
Thank you very much everybody.
¿any idea?
That worked for the categories, thanks! ¿and for the dots in the menu?
Thank you again!
