• Resolved wings walking water

    (@wings-walking-water)


    My website is built with the Custom Community Theme and at the moment when I reply to a comment that’s been posted, the background of my reply is a pinkish color. How can I change that background color to a pale grey.

    I only want to do this for the replies I send. I want the overall background of my website to remain white.

    https://www.wingswalkingwater.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi wings walking water,

    try this:

    go to your dashboard to THEME SETTINGS -> CSS tab
    (thats the CSS overwrite section of the theme) and add this:

    #comments ol.commentlist li {
    list-style: none outside none;
    background: #f4f4f4;
    padding-right: 25px;
    border: 1px solid #ddd;
    }

    checkout the effect, i think it adapts nice into your site ??

    cheers, konrad

    Thread Starter wings walking water

    (@wings-walking-water)

    Thanks Konrad! I tried what you suggested and it looks really good. I really appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing background color in comment replies’ is closed to new replies.