How to change the bullet color in an unordered list (ul/li) in HTML/CSS

preview_player
Показать описание
Here's how to easily change the color of the bullets in an unordered list using just a bit of html/css.

- - - - - -

⤵ Download ALL of my source codes & more!

Introducing ADWC PRO

ADWC Pro provides you with:

• Access to all the source codes for ALL projects
• Bootstrap Bootstrap online course (retail $79) w/ supplied source code
• All future online courses (Gatsby v5 course coming soon)
• Updates of ADWC and the web dev business
• and more!

Price:
Just $6/mo. or $49/year (32% off monthly)

-------

Got a question for me?
Рекомендации по теме
Комментарии
Автор

Wow that’s a lot of customization. Nice.

I’d usually just reach for the ::marker pseudo element like this…

li::marker {
color: red;
}

badcatdesign
Автор

color property changed bullet color not text color, how we can change text color of ul>li ?

adeelawan