You can customize your ReservationKey booking engine by adding your business logo to the header section. This makes your online booking page look more professional and consistent with your website branding.
This message controls what appears at the top of your booking pages.
Supported file types include .jpg, .png, and .gif. For best results, use a high-quality image with a transparent background (PNG format recommended).
<img src="/uploads/yourlogo.png" alt="Company Logo" style="max-width:200px;">
When you expand or preview your header message, you should now see your logo displayed.
If your logo appears too large or small, you can resize it directly in the HTML code:
<img src="/uploads/yourlogo.png" alt="Company Logo" style="max-width:200px;height:auto;">
Alternatively, resize the image before uploading using photo editing software (such as Photoshop, GIMP, or Preview on Mac). A width of 150–250 pixels is generally a good size for most booking engine headers.
Here’s an example of how your header code might look with a centered logo that links back to your website:
<div style="text-align:center;"> <a href="https://www.yourwebsite.com" target="_blank"> <img src="/uploads/yourlogo.png" alt="Your Business Name" style="max-width:220px;height:auto;"> </a> </div>
Adding your logo to the booking engine header helps strengthen your brand identity and gives guests a more cohesive experience between your main website and ReservationKey booking page.
Once saved, revisit your public booking page to confirm that the logo displays correctly across different devices.