Changes

Jump to navigation Jump to search

Custom CSS

167 bytes added, 11:06, 17 July 2019
=== Bigger room name ===
 
.at_roomnametext{font-size: 14px;} /*if you want the text even bigger use a higher number*/
=== Shadow around your Booking Page (Adaptive Booking Page only)===
 
<nowiki>#</nowiki>bookingpage {
-webkit-box-shadow:0 1px 2px rgba(0, 10, 10, 0.38);
=== Booking Page with rounded corners (Adaptive Booking Page only)===
 
<nowiki>#</nowiki>bookingpage{border-radius:7px; -webkit-border-radius:7px; -moz-border-radius:7px;}
=== Hide cents===
 
.bookingpagecents {display:none;}
=== Show prices with cents even if cents are zero ===
 
.bookingpagecentshide {display:inline;}
=== Hide currencies from the currency selector (Responsive Booking Page only) ===
 
The currency class format is: '''.cur-XXX'''.
=== Limit quantity selectors for upsell items ===
 
By default all the quantity selectors have a range from 0 - 250. You can limit the range:
=== Hide Check-in / Check-out selector ===
 
.b24-selector-checkin{display:none;}
=== Hide number of nights selector ===
 
.b24-selector-numnight{display:none;}
=== Hide room picture on check-out page===
.b24-guest-details-right img {display: none;}
=== Hide option to collect credit cards from Booking page if you want to use this option only for requests via Email=== .b24bp2bookcollectpayment .panel-guestpay-details-right img card{display: none;}
= Multiple Booking Page =

Navigation menu