Custom CSS: Difference between revisions
Jump to navigation
Jump to search
| Line 233: | Line 233: | ||
Examples: | Examples: | ||
Limit it to the first option: | |||
.pagetypedashboard #dashid option:nth-child(n+2){display:none;} | .pagetypedashboard #dashid option:nth-child(n+2){display:none;} | ||