Email Marketing Tool

SElvin
Member

Help with Marketing email - please :)

SOLVE

I am trying to create an e-shot, I have done this regularly but I am now running into an issue... Does anyone know how to change the background colour of a text box? I can change the whole email background but I am struggling to just change the text box element. Can anyone offer me any help...

 

Thanks in advance 🙂

1 Accepted solution
Oezcan
Solution
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Help with Marketing email - please :)

SOLVE

Hello @SElvin and Hello @TiphaineCuisset ,

 

usually a background-color on the element surrounding your text is enough.

 

For example <p>Text</p>

or
<span>Text</span>

 

And there you can use inline styling.

 

So example:

 

<p style="background-color: red">

 

or you use classes that you assign to your respective element.

 

example:

 

.yourClass {
background-color: red;
}

 

<p class="yourClass">Text</p>

 

What can also help you with email is this page:
https://mjml.io/ 

 

I hope I could help you.

 

Best regards
Özcan

Oezcan Eser Signature

View solution in original post

2 Replies 2
Oezcan
Solution
Top Contributor | Diamond Partner
Top Contributor | Diamond Partner

Help with Marketing email - please :)

SOLVE

Hello @SElvin and Hello @TiphaineCuisset ,

 

usually a background-color on the element surrounding your text is enough.

 

For example <p>Text</p>

or
<span>Text</span>

 

And there you can use inline styling.

 

So example:

 

<p style="background-color: red">

 

or you use classes that you assign to your respective element.

 

example:

 

.yourClass {
background-color: red;
}

 

<p class="yourClass">Text</p>

 

What can also help you with email is this page:
https://mjml.io/ 

 

I hope I could help you.

 

Best regards
Özcan

Oezcan Eser Signature
TiphaineCuisset
Community Manager
Community Manager

Help with Marketing email - please :)

SOLVE

Hi @SElvin 

 

Thank you for reaching out.

 

I want to tag some of our experts here - @Oezcan @JBeatty @BarryGrennan do you have any tips and suggestions for @SElvin on this? 

 

Thank you!

Best

Tiphaine


Saviez vous que la Communauté est disponible en français?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres !

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !


0 Upvotes