Changing Email Font Size

Hi,

In emails the font size is so small, where is this managed from please?


The following user groups have been activated for your account: Trade.

OK I can see you can edit the contents here but no font size?

https://docs.cs-cart.com/latest/user_guide/look_and_feel/email_templates/index.html

All mail styles can be found in the Header snippet. Just switch WYSIWYG editor to the source code mode

In the header snippet I see:

font-size: {{styles.body_font_size}};

?

In the header snippet I see:

font-size: {{styles.body_font_size}};

?

Looks like it is taken from Theme editor settings. But you can specify your own value here. E.g.

font-size: 15px;