Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #271461

    Hello,

    Do you have a CSS code to change the colour of the ‘Leave a Reply’ heading in the comment box at the bottom of a blog post
    It’s currently black which doesn’t work with the black background, so I’m hoping to change to white so it is easier to see.

    See at the bottom of the following blog post:
    https://wafflesandlamingtons.com/my-authentic-walking-tour-of-bruges/

    Thanks,
    Theo.

    #271499
    Skandha
    Participant

    @wafflesandlamingtons: Hello Theo,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #reply-title {
        color: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #271545

    Hey Skandha,

    Yes this worked!

    Thank you very much.

    Kind Regards,
    Theo.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Font Colour of Blog Comments’ is closed to new replies.