Changes

Jump to navigation Jump to search

Custom CSS

53 bytes added, 07:27, 6 October 2018
Example 1: Set the range of the optional quantity selector for your 2nd upsell item (set 'Per Booking') to 0-4:
#optextra2 option:nth-child(n+6){display:none;}
Example 2: Set the range of the optional quantity selector for your 5th upsell item (set 'Per Room/Person/Adult') to 0-20:  #optextra5 option:nth-child(n+22){display:none;}
#optextraroom5 option:nth-child(n+22){display:none;}
=== Remove Check-in / Check-out selector ===
770

edits

Navigation menu