How can I adjust only the 'buy it now' button font size?

Hi @Pam9 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css->paste below code at the bottom of the file:
.shopify-payment-button__button--unbranded {
    font-size: 15px !important;
}

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

1 Like