Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #575947

    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

    #576173

    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

    • This reply was modified 8 years, 9 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.