CMS Development

cloudguru
Participant

Remove primary email HTML from individual emails

I've been trying to remove the primary coloring around my emails so that my background color bleeds to the edge. I know it's coming from my primary settings under Content Settings > Colors and Fonts, because any time I change the background color or email padding it changes.

 

I've had some luck with this code, but it's hit or miss and does not work on mobile.

body, body > table, #contentCell, .widget-type-email_view_as_web_page {
        background-image: url("IMAGE URL");
        background-color: #DDDDDD;

In the example below, I'd like for hte white body to extend to the background image. 

 

Example screenshotExample screenshot

#Halp! Robot Frustrated

 

0 Upvotes
1 Reply 1
TRooInbound
Key Advisor

Remove primary email HTML from individual emails

Hi @cloudguru

 

Send us email URL?

 

Team TRooInbound

0 Upvotes