How can I increase the Buy Now button text size in Sense Theme?

Hello, I’m using the Sense Theme but I cannot find a way of making the Buy Now text size bigger.

Any ideas?

Thank you

https://www.pawliciouz.com/products/healthy-cat-catnip-toys-ball-cat-candy-licking-snacks-nutrition-catnip-snack-nutrition-energy-ball-kitten-cat-toy-cat-supplies

Shopify!

the password on your website, to check and give you a solution

The bottom one is the password :slightly_smiling_face:

Hi @pawliciouz ,

If you are talking about the Buy it now button, then please follow the instructions below.

  1. In your Admin page, go to Online store > Themes
  2. Choose the theme you want to edit then click Actions > Edit code.
  3. Open the base.css under the Asset folder.
  4. Add the code below.
.shopify-payment-button__button {
  font-size: 30px !important;
}

I don’t think something changed ? I tried to add it to 200px (for testing) but nothing changed ?