A client asked me if I could change the appearance of unordered lists throughout a website.
Now, using the default dot, they look like this:
- A normal
- unordered list
The desired output would be (using the underscore _):
_ A normal
_ Unordered list
How could I achieve that using CSS? (if possible)
Yes, you can achieve that using CSS.
HTML:
CSS:
Here’s a relevant fiddle: http://jsfiddle.net/q8v4k/1/