How can I change the background color of a contact box? [closed]
The way to determine what to change is to use browser development tools, like Firebug on Firefox. With those tools, you can determine the CSS that is being used in a specific part of the page. Once you determine the CSS class to change, you can put that CSS in the Custom CSS area of … Read more