Custom CSS: Difference between revisions

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




Example 1: Set the range of the optional quantity selector for your 2nd upsell item to 0-4:
Remove Check-in selector


  #optextra2 option:nth-child(n+6){display:none;}
  .b24-selector-checkin{display:none;}




Example 2: Set the range of the optional quantity selector for your 5th upsell item to 0-20:
Remove Check-out selector


  #optextra5 option:nth-child(n+22){display:none;}
  .b24-selector-checkout{display:none;}


= Multiple Booking Page =
= Multiple Booking Page =