Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #462157

    Hello,

    Trying to change the color of the background for the comment box WITHOUT altering the background color of the Sidebar icon box.

    You can see an example here –

    Is there a quick css code to manipulate this directly or the icon box itself? Whichever is easiest or best. Thanks,

    Chris

    #462186

    Hey!

    Use the following in Quick CSS to change the iconbox background:

    #top .iconbox_content {
        background-color: peru;
    }

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.