I have flow theme and need to change the font size of the variant options (size, color, and the options on the dropdown menu).
I saw a discussion that said to edit the code in the timber file in assets but that did not work.
I have flow theme and need to change the font size of the variant options (size, color, and the options on the dropdown menu).
I saw a discussion that said to edit the code in the timber file in assets but that did not work.
Hello There,
Admin go to online store → themes → actions → edit code
Find Asset >base.css and paste this at the bottom of the file:
.product-single__option--color {
font-size: 16px; /* change this value to your desired font size */
}
.product-single__option {
font-size: 16px; /* change this value to your desired font size */
}
.swatch .header {
font-size: 16px;
}