Change background for comments

  • Unknown's avatar

    Hello there,
    The background for comments on my post is currently very dark and looks pretty grim. The text is hard to read and names don’t show:

    Estuary Essex

    I’d like something much lighter and easier on the eye. I had a CSS code fix from about a year ago, but it doesn’t seem to work any longer.

    Any help from an expert would be appreciated. I have just one piece of code in place at the moment (lines 1-8) and presume I’d paste anything new beneath that. Excuse my utter ignorance.

    With many thanks,
    Mike

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

  • Unknown's avatar

    Here’s the code to add to change it, you can change the border colour too – just copy it in after your existing CSS and you’ll be good to go!

    .byuser article {
      background-color:#fffdfd;
      border-color:#c5b9b9;
    }
  • Unknown's avatar

    Hi Halluke,
    Excellent, thank you very much! A couple of attempts and it went through… I needed to remember my } to close off the code beforehand.

    It looks so much easier on the eye now. Have a good Sunday (evening or otherwise)

    With best wishes from Mike

  • The topic ‘Change background for comments’ is closed to new replies.