How to tailor appointment requests to your brand (customization options)
In this tutorial, we'll show you how to customize your appointment requests. Note that this requires a basic knowledge of HTML code (or someone handy nearby that can assist!). Here are the HTML snippets that we used (and that you can use):
Here are the snippets for use in this example:
1) Header
<h3>This is the header of the Appointment</h3>
2) Header - centered
<h3 style="text-align:center;">This is the header of the Appointment</h3>
3) Header - centered, color changed
<h3 style="text-align:center; color:#0096fd;">This is the header of the Appointment</h3>
4) Footer
<h4 style="text-align:center; color:#0096fd;">This is the footer too! (but smaller)</h4>
5) Confirmation Message
<h4 style="text-align:center; color:#0096fd;">This is a custom confirmation message. Customers, Thank you for being awesome<br /><br />Get ready for the meeting in the green room!</h4>
HTML header tags from biggest to smallest:
h1, h2, h3, h4, h5, h6
For any tag, you can add font-size:110%; or font-size:90%; to change size.
for example:
<h3 style=”text-align:center; font-size:110%; color:#0096fd;”>This is the header of the Appointment</h3>
You may be visiting knowledgebase of older Appointmentcore version. Interested to learn more about our new product or schedule a demo, you can book through here.
Comments