Difference between revisions of "Category:Booking Page"

From Beds24 Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
*Information text
 
*Information text
  
*Requested information from guests
+
To set which information is requested from guests go to PROPERTIES -> BOOKING QUESTIONS
  
  

Revision as of 19:08, 1 February 2013

To set up or change your booking page go in the to menu to SETTINGS -> BOOKING PAGE in the left menu. Widgets connect your website to your booking page.


Your booking page can be fully customised:

  • Pictures/logo
  • Colours
  • Fonts
  • Information text

To set which information is requested from guests go to PROPERTIES -> BOOKING QUESTIONS


It is easy to add custom CSS to the Beds24 booking page to change it's style.


One of the many things that can be done with CSS is adding a background image.

Because the booking page is a secure page, your background image needs to be hosted on a secure website otherwise the browser may report that parts of the page are not secure. This simply means hosting it anywhere so it is publicly available using https protocol. You will need to provide your own hosting for the image file.


A google search for "image host with ssl" should provide lots of possibilities.

Once you have the image securely hosted , add the following to the Property Custom CSS setting on the STYLE settings page. Change the website, directory and filename to point to your image file and it will appear as the background of your booking page.

body { background-image:url('https://www.thehostwebsite.com/dir/to/your/image.gif'); }