Query related html

Can we change the color of bullets?

the bullet color is always the same as that of the first character in the list item. If you surround the < li > and the first character with a set of < font > tags with the color attribute set, the bullet color, and the first character will be a different color from the text.
i hope you can change the color of bullet now

Hi @mukulpathak437,

Bullets get is color from the li text color. For example. (Check the CSS and result tab)

Or you can remove the default style of list and add the property according to your requirement.

For example : (Check the CSS and result tab)

Check this link https://www.w3schools.com/howto/howto_css_bullet_color.asp

Do let me know in case you need any other information.