Is there a way to change the text size of both the title and button text in the variant picker on the product page?
Thanks.
I used the following code in theme.liquid without success:
.variant-picker .title { font-size: 25px !important; } .variant-picker .button { font-size: 25px !important; }Iām using Dawn theme.
This took care of the title by pasting in base.css:
.form__label {
font-size: 20px !important;
}
Button text remains a mystery.
1 Like