Changes

Jump to navigation Jump to search

Custom CSS

429 bytes added, 3 May
== Property Booking Page ==
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE DEVELOPERS > "Custom CSS"
 
=== Force the Iframe to have a certain height ===
 
/* Style for Extra Large Screen */
@media (max-width:1199px) {
iframe {
height: 292px;
}
}
 
/* Style for Large Screen */
@media (max-width:991px) {
iframe {
height: 2000px;
}
}
 
/* Style for Medium Screen */
@media (max-width:767px) {
iframe {
height: 2200px;
}
}
 
/* Style for Small Screen */
@media (max-width:575px) {
iframe {
height: 2500px;
}
}
=== Bigger room name ===
<code>.bookingtable .cancelbooking {display:none;}</code>
=== Hide "ExportBookings" button buttons ===<code>.b24btn_ExportBookings bookingfilterheadline .floatright .btn {display:none;}</code>
===Disable moving of bookings===

Navigation menu