
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 08:19 AM
Hello SN Community,
The requirement is to change the font style and size in the Compose Email pop-out to our company standard of Arial 12pt.
I've tried changing our Email Client Templates, but the change does not stick - it reverts back to the Verdana 8pt. See screenshot below.
Any thoughts?
TIA!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 09:27 AM
Hi @Maria20 ,
Hope you are oidng great.
- Navigate to the System UI --> "Email Client Templates" module. Open the template that corresponds to the Compose Email pop-out.
- Add the following HTML code to set the font style to Arial and font size to 12pt.
<style>
body {
font-family: Arial, sans-serif;
font-size: 12pt;
}
</style>
- save it
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 08:57 AM
Hi Maria,
You can set the default font and font size email body itself within the "Email Client Template". In the "Email Client Template", in the body of the email, click on the "Source Code" icon
A "Source Code" window will popup. Add the following code into that window.
<style type="text/css"><!--
p {
font-size: 12pt;
font-family: arial;
}
--></style>
Click "Save". Check to see if the email header now reflects your selection.
If all is good, click "Update" to your "Email Client Template". This will save for all future use of this template.
Hope this helps.
Regards,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 09:27 AM
Hi @Maria20 ,
Hope you are oidng great.
- Navigate to the System UI --> "Email Client Templates" module. Open the template that corresponds to the Compose Email pop-out.
- Add the following HTML code to set the font style to Arial and font size to 12pt.
<style>
body {
font-family: Arial, sans-serif;
font-size: 12pt;
}
</style>
- save it
Regards,
Riya Verma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 06:21 AM
Hi @Riya Verma
I have the same requirements but do not see 'Email Client templates' under System UI.
Any plugin to be installed? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 07:02 AM
The "Email Client Templates" should be under "Email Client" and not System UI.
Make sure you have the right permission to view that menu, From what I can see, the default role needed is "email_client_admin".