My document has stray » appearing at the beginning of each list element. When I view source in the browser the character is not in the document — it only appears on screen.
How can I get rid of it?
Do I use list-style-postion somehow?
I have tried everything I can think of in css:
list-style:none !important;
list-style-type:none !important;
list-style-image:none !important;
It’s probably added by a
:beforepseudo element.Look for something like
and remove it