Hi there,
does anyone know how to change the color of the bullet points (and only of the bullet points – not for the whole line)?
I tried
ul.disc {
list-style: none!important;
padding:0!important;
margin:0!important;
}
ul.disc li {
padding-left: 1em!important;
text-indent: -.7em!important;
}
ul.disc li:before {
content: "• ";
color: red!important;
}
but unfortunately it does not work for me.
Would be nice to hear from you soon.
Thanks a lot and regards,
Jannik
Hi woozulu!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
If it’s just a simple list your using then you could do this, http://stackoverflow.com/questions/76564/is-there-an-easy-way-to-change-the-color-of-a-bullet-in-a-list.
Cheers!
Elliott