Button font & weight issue

Hi guys, both of these buttons on the case when you press ‘choose options’ and the checkout button in the (slide-cart) are both needing to be changed to match all other fonts weight and size.

Hygiadental.com

angel

1 Like

Hey @Anonymous

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @Anonymous ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hello @Anonymous
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.

#ProductSubmitButton-quickadd-template--17256408481892__main {
font-weight: bold !important;
font-size: 1.8rem !important;
}
#CartDrawer-Checkout {
font-weight: bold !important;
font-size: 1.8rem !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks