Reply To: CTA box rendering red on IE

#2800
livemesh
Keymaster

Ok looks like the problem is we have a red background color defined on the CTA box in /custom/custom.css file. You can either modify the file itself looking for the below markup and changing the background color or just insert the below CSS into Custom CSS tab in the options panel to fix this. Thanks –

.smallCallToActionRight .box-frame {
padding: 7px;
background-color: #EEE !important;
}

BTW, really clean site. Very well done.