Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Increase variant swatch text size */
.swatch--gl .name-option {
font-size: 30px !important;
}
/* Increase variant label size (for DAWN 14.0) */
@media only screen and (min-width: 768px) {
variant-selects label {
font-size: 25px !important;
}
}