How can I get access to the actual bullet and/or number in CSS selectors for <ul>
and <ol>
? I'd specifically like to increase the font-size
and font-weight
of the numbers/bullets to make my items stand out more.
You can't select them specifically, but you can style the li
and wrap the li
's contents with a span
(or whatever) and style that differently.
jsFiddle.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With