This article will show you where to make customizations to the appearance of the group booking engine.
Mygroup's booking engine offers a number of more in-depth customization options for those who are either familiar with HTML/CSS or employ a web-designer.
Cloudbeds does not offer web development services or consultation, but if you'd like to learn more about HTML and CSS, here are two great places to start:
- W3schools HTML Tutorial: http://www.w3schools.com/html/default.asp
- Codecademy HTML & CSS web design course: https://www.codecademy.com/learn/web
Customizing Mygroup's Booking Engine:
1. Login to your mygroup account
This can be done from your group portal URL.
Example:
- https://YOURURL.cloudbeds.com/login

2. Once logged in, click on your username in the upper-right hand corner and select "settings"

3. Click on "Customize Booking Engine"

4. Customize your booking engine!
1. Custom Meta Tags: This field is only for adding javascript, CSS and other code to the HEAD section of your booking engine's HTML.
- Google analytics code can be pasted here.
- For some examples of custom CSS, check out this article.
- Do not insert simple text here, it can break the page.
3. Custom Header: Add HTML code to display your preferred image.
- Example: <img src="PASTE YOUR IMAGE URL HERE" alt="some_text">
4. Custom Footer: Add HTML code to display your preferred image.
- Example: <img src="PASTE YOUR IMAGE URL HERE" alt="some_text">
5. Save: Make sure to do this after making changes!
