Eliminating unknown ul bullet symbols
-
The page shows ul lists with a fancy circle symbol, which is not well vertically aligned. It looks too low. I want to either move it up a bit to align with the text, or get rid of it and just use a middle dot (?).
I tried inserting additional CSS:
li { list-style: none; } li::before { content: "? "; }
and the middle dot appears correctly, but the fancy circle remains. Every line begins with the fancy circle, then the middle dot, then text.
Obviously I’m not looking in the right place.
Any suggestions where I should be looking?Thanks for your time.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Eliminating unknown ul bullet symbols’ is closed to new replies.