Home Forums Basel support forum Bullets

Bullets

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

    Funkierbike
    Participant

    Hey,

    What is the code to change the color of the bullets as you can see here (the blue bullets)

    Thanks 🙂
    Yuval.

    #2846

    Artem Temos
    Keymaster

    Hi,

    Here is a code snippet to change this color. Add it to the Custom CSS section in Theme Settings

    .blog-post-loop .entry-content ul>li:before, .comments-area .comment-list li ul>li:before, .single-product-content #tab-description ul>li:before, .single-product-content div[itemprop=description] ul>li:before {
        color: #f78f28;
    }

    Regards

    #2888

    Funkierbike
    Participant

    Great, thanks 🙂

    #2903

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Bullets’ is closed to new replies.