Custom CSS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 143: | Line 143: | ||
=== Limit quantity selectors for upsell items === | === Limit quantity selectors for upsell items === | ||
By default all the quantity selectors have a range from 0 - 250. You can limit the range: | |||
Example 1: Limit the optional quantity selector for your 2nd upsell item to 4: | Example 1: Limit the optional quantity selector for your 2nd upsell item to 4: | ||
| Line 152: | Line 154: | ||
#optextra5 option:nth-child(n+22) {display:none;} | #optextra5 option:nth-child(n+22) {display:none;} | ||
= Multiple Booking Page = | = Multiple Booking Page = | ||