I have created an email template and in the HTML have added styles for H1 - H6. However there are only 3 headings available to choose from in the designer:
Is there something else I need to do to be able to see more heading styles?
Thanks.
I have created an email template and in the HTML have added styles for H1 - H6. However there are only 3 headings available to choose from in the designer:
Is there something else I need to do to be able to see more heading styles?
Thanks.
Hi,
The list of the styles cannot be modified.
You can achieve it with HTML designer of the email.
For example, I inserted the text H1~H6 into the email
The original code is
h1,h2,h3,h4{margin:0px;}
And you can modify it into:
h1, h2, h3, h4, h5, h6{margin:0px;}
Then set the style of the text as
H1
H2
H3
H4
H5
H6
And they will be shown as:
You can also change the CSS for each kind of heading style, please refer to:
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,432
Most Valuable Professional
nmaenpaa
101,156