Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398362

    Hello, the code for coloring the list items would be:

    .avia_textblock ul li {
        color: red !important;
    }
    

    but what if i only want the litte circle in front ot the text to color red, not the rest of the text?

    best regards, jelle

    #1398497

    Hey jeel147,
    Please try this css:

    .avia_textblock ul li::marker {
        color: red!important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1398511

    works perfectly, Mike!
    thanks
    best regards, jelle
    this ticket can be closed…

    #1398521

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘list item color’ is closed to new replies.