Changes

Jump to navigation Jump to search

Customise Booking Page

334 bytes added, 12:08, 12 April 2013
no edit summary
Webdesigners use custom CSS to sefine the look and formatting of a website. Here a list of common adjustmens which can be done pasting the code provided below into SETTINGS -> BOOKING PAGE -> ADVANCED -> WEBDESIGNERS
== Shadow arround Arround your booking page Booking Page ==
/*code for a shadow arround your booking page*/
body {
background-image:url(https://www.beds24.com/pic/p0000/2049/04.jpg);
}
 
== Booking Page with Rounded Corners ==
/*code for rounded corners*/
<nowiki>#</nowiki>bookingpage {
 
border-radius: 7px;
 
-webkit-border-radius: 7px;
 
-moz-border-radius: 7px;
}
 
 
== Bigger Room Name ==
/*code for bigger room name*/
 
.at_roomnametext{
 
font-size: 14px /*if you want the text even bigger use a higher number*/
 
}

Navigation menu