Buy Button - How to Change the Variant Font Size

Hi, all!

I am using the Shopify Buy Button.

I would like to know how to change the size of the font in the variant dropdown. I think I’ll need to use CSS, but I’m not sure how/where to put it.

Many thanks!

1 Like

Hi @StudioFounded

Can I check, would you midn to share your store URL? Thanks!

Hi @Made4uo-Ribe

The website is hosted on Squarespace as I’m only using Shopify for the Buy Button, but you can view a demo of the Buy Button here with the password ‘demo’.

I icat log.in it. Try to use this code if it will listen.

.select__select, .customer select {
    font-size: 20px;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!