Flounder Theme: Change colour of comment author/date/reply text

  • Unknown's avatar

    Hi,

    Under user’s comments to posts the meta data and reply link text is not visible as it the same colour as the background. How can I change the colour of this text?

    I have tried using the following without luck

    .comment-author a {
    color: #fffff;}

    N.B. If I customise the colour of posts to a darker colour the text automatically changes to white but I do not want to do this.

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, use the following with the !important attribute to change the comment metadata to white.

    .comment-author, .comment-author a {
        color: #FFFFFF !important;
    }

    After changing the color of the posts to a darker color, you can use the following CSS to then adjust the color of the text in the posts as you desire.

    .hentry {
    color: #000000;
    }
  • Unknown's avatar

    Perfect! Thank you

  • Unknown's avatar
  • The topic ‘Flounder Theme: Change colour of comment author/date/reply text’ is closed to new replies.