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 –
You don’t need to reply in private anymroe 🙂 We use that for test credentials or private date so other users won’t have access to it (only the support team)
Please try this code:
body .smallCallToActionRight .box-frame {
padding: 7px;
background-color: #EEE !important;
}