Custom CSS: Difference between revisions

Jump to navigation Jump to search
Andrian (talk | contribs)
Andrian (talk | contribs)
Line 95: Line 95:


=== Remove the hover effect on pictures (adaptive booking page only)===
=== Remove the hover effect on pictures (adaptive booking page only)===
img {
img{pointer-events: none;}
pointer-events: none;
}


=== Add a label above the room selector for multiple room bookings (responsive booking page only)===
=== Add a label above the room selector for multiple room bookings (responsive booking page only)===