Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 152: | Line 152: | ||
Example 2: Set the range of the optional quantity selector for your 5th upsell item (set 'Per Room/Person/Adult') to 0-20: | Example 2: Set the range of the optional quantity selector for your 5th upsell item (set 'Per Room/Person/Adult/Child') to 0-20: | ||
#optextraroom5 option:nth-child(n+22){display:none;} | #optextraroom5 option:nth-child(n+22){display:none;} | ||