CMS Development

Jenr
Participant

E-mail colour

SOLVE

Hi, can anyone advise on how i can change the background of this email to a different colour? I can change the background colour per module so the rich texh title, image and main body but this leaves a white border between the modules which isnt ideal. Also if anyone has any ideas on why the rich text module isnt aligned to the rest of the email that would be great! email.JPG

0 Upvotes
1 Accepted solution
Jenr
Solution
Participant

E-mail colour

SOLVE

The Hubspot team added code to the email template, as shown below which i guess changed the colour of the border from white to the colour which we used in the email - <style>

table#contentTableOuter {
background-color: #fabfab!important;
}


</style>

View solution in original post

0 Upvotes
3 Replies 3
thedss
Member

E-mail colour

SOLVE

I tried this but it doesn't work for outlook as the table itself still gets inline white so it wins.

0 Upvotes
jennysowyrda
Community Manager
Community Manager

E-mail colour

SOLVE

Hi @Jenr,

 

Are you still experiencing this issue? If so, can you please provide what HubSpot subscription you are working with, as well as what troubleshooting you've done so far?

 

If you resolved the issue, do you mind sharing your solution with the Community?

 

Thank you,
Jenny

0 Upvotes
Jenr
Solution
Participant

E-mail colour

SOLVE

The Hubspot team added code to the email template, as shown below which i guess changed the colour of the border from white to the colour which we used in the email - <style>

table#contentTableOuter {
background-color: #fabfab!important;
}


</style>

0 Upvotes