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

    Hi there,

    I am in need of a little assistance once again!

    I would like to change the font colour in my comments and feedback section from the light grey to black since it’s quite hard to see. Could you provide me with the right code to do that?

    Thanks so much!

    #59665
    Sakin
    Keymaster

    @lastdayremnant: Please post in our site URL or details. For now, I am giving you css on the basis of Simple Catch Theme core css. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #respond #commentform .text,
    #respond #commentform textarea {
        color: #000 !important;
    }
    #60185

    Hey my friend, sorry I forgot to include the URL – it’s http://www.lastdayremnant.com

    Thanks again for your help!

    #60190
    Sakin
    Keymaster

    @lastdayremnant: The css in working fine.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing font colour in comments/feedback’ is closed to new replies.