• Resolved candreu

    (@candreu)


    I am using the red colour in the theme, and then the comments balloon is not very visible because is also red. How could I change the colour of it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Link to site would help, to make sure we’re changing the right thing. Do you mean the Comment Count?

    Thread Starter candreu

    (@candreu)

    Sorry, it is possible in customizing options. Yes, I talk about comment count.

    Try adding this to the Custom CSS panel, or Child Theme style.css:

    .comments-link .default-bubble::before,
    .comments-link .tc-comment-bubble {
        border: 2px solid pink; /* Change pink to your color */
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change colour of comments balloon’ is closed to new replies.