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

    What custom css canI had to General Settings to change the color of bullets on my website to #e1b672?

    Thanks!
    ERIN

    #1481912

    Hey es.design.ma,

    Thank you for the inquiry.

    The site requires a password. Please include it in the private field. If you have a default set of list elements, you can use the following css code to adjust the bullet color.

    li::marker {
        color: red;
    }

    Best regards,
    Ismael

    #1481953

    Perfect. Thank you!

    #1481967

    Hi,

    Thanks for the update. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

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