How can I increase the size of the 'Option' font in the 'Simple' theme?

For some reason, my site’s “Option” font is way smaller than other text.

How can I fix this?

eg.)

https://boom-boom-japan.com/products/refill-kokuyo-enpitsu-sharp-lead-size-0-5-mm-40-leads-pack

Hi @ktBBJ

Please go to your Themes > Edit code > Assets > Open theme.scss.css (or them.scss.liquid) > Add the following code to the bottom of the file.

.product-form label, .cart label {  
font-size: 15px;  
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!

1 Like