Change button font for all buttons

Hello, Please help as no other solutions have solved our problem. I would like to change the font on all website buttons “shop now, add to cart” etc to be the same font as website fonts or other rather than plain. How can i change this?

Also wanting to increase the font size in these buttons if possible?

Thank you in advance :slightly_smiling_face:

Rome & Mila The Label – Rome & Mila The Label (1c6819-9b.myshopify.com)

Hello @RomeMila

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>add this code at the bottom of the file.

.button, .button-label, .shopify-challenge__button, .customer button {
    font-size: 2rem !important;
    font-family: 'Americana' !important;
}

@RomeMila

Follow these Steps:

  • Go to Online Store
  • Edit Code
  • Find theme.liquid file
  • Add the following code in the bottom of the file above tag

change the value of 1.8rem as per your taste.

1 Like

Thank you that worked perfectly.

1 Like