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
Hey!
Use the following in Quick CSS to change the iconbox background:
#top .iconbox_content {
background-color: peru;
}
Cheers!
Josue