galveston
Member
Posted 4 years ago #
Installed the NVT plugin and started with the css. I manged to edit the css so the menu looks like I want it BUT it's some unwanted character "»" in front of each
<li> and I can't find it or get rid of it in the css. Anyone who knows where it's coming from and how to disble it?
The left menu
That's the divine punishment for those using K-clone themes :)
it is in your stylesheet:
.entry ul li:before, #sidebar ul ul li:before {
content: "0BB 020"; <====
}
galveston
Member
Posted 4 years ago #
Ahh, what a relief... :) Never seen that type of css before. Great, thanks!