Viewing 1 replies (of 1 total)
  • At least part of the comment styling is an inline style block in your <head>. That is probably being output by either a function in your functions.php or in the header.php directly. But I would just search the source code of the template for “chalt”.

    .chalt {
        background-color: #E2E2E2;
    }

    That is what is styling that block that light color.

    And BTW disabling selecting text and right clicking is really annoying and makes it harder for people to help you. I was able to bypass that with the view source in the menu of my browser and with firebug with no problem. Just my two cents 😉 Best of luck.

Viewing 1 replies (of 1 total)
  • The topic ‘how to change reply background colour?’ is closed to new replies.