Colour of background behind Comments

Viewing 3 posts - 1 through 3 (of 3 total)
  • #16400
    brianalex
    Participant

    How do I change the colour of the background of the panels on which my users’ Comments are displayed please?

    #16410
    Daniel Tara
    Keymaster

    Add this to your custom styles:

    .comment-body {
    	background: #f9f9f9;
    }

    Of course, replace #f9f9f9 with the color code you want to assign to the comments background.

    • This reply was modified 11 years, 10 months ago by Daniel Tara.
    #16415
    brianalex
    Participant

    Excellent – many thanks. I would love a list of these little pieces of code, as I am discovering them one by one!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.