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.
angel
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.
angel
Hey @Anonymous
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
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Anonymous ,
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