Hello,
on the sub-menu present in the portfolio section inside K2 (K2 --> Portfolio), the <ul> list used for chosing the category to be displayed has the bullets between one category and the other. How can I remove those bullets?
I tried to add a css rule as follows:
#filters {
list-style-type: none;
}
But it doesn't seem to work.
Thanks for the support
[SELF-REPLY]
I found that it is a background image, I commented out the following css rule on template.css (line 1853)
background: rgba(0, 0, 0, 0) url("../images/k2-menu-container-separator.png") no-repeat scroll 15px 22px;
Another possible solution is to replace the image with a transparent one in case another kind of separator want to be used.