Changes

Jump to navigation Jump to search

Custom CSS

No change in size, 08:46, 25 August 2018
no edit summary
.datenotavail{text-decoration: line-through;}
=== Change width of hover image (adaptive booking page Adaptive Booking Page only)===
.ui-tooltip{max-width: 500px;}
=== Remove the hover effect on pictures (adaptive booking page Adaptive Booking Page only)===
img{pointer-events: none;}
=== Add a label above the room selector for multiple room bookings (responsive booking page Responsive Booking Page only)===
.roomofferqtyselectlabel{display: block;}
footer .button{display: none;}
=== Add icons to descriptive texts (responsive booking page Responsive Booking Page only)===
[https://getbootstrap.com/docs/3.3/components/#glyphicons Bootstrap glyphicons] and [http://fontawesome.io/icons/ Font Awesome icons] can be added to the descriptive fields. To add icons the editor needs to be set to "Source"
Note: Icons might disappear when the editor is opened again. In this case you will need to enter it again.
=== Hide icons (responsive booking page Responsive Booking Page only)===
.b24fa{
display: none;
}
=== Change text color of language selector and currency selector (responsive booking page Responsive Booking Page only)===
#topofthebookingpage{color: #ffffff;}
=== Make language selector and currency selector a button (responsive booking page Responsive Booking Page only)===
.b24languagedropdown .btn, .b24languagedropdown .btn.active, .b24languagedropdown .btn:active, .b24currencydropdown .btn, .b24currencydropdown .btn.active, .b24currencydropdown.btn:active {background:white; padding:10px;}
<br>
770

edits

Navigation menu