Increase Add to cart Font Size on Sense Theme

Hi! I’m currently using the sense theme and would like to make the “Add to cart” text bigger and bold if possible. I don’t want to make make the button itself bigger, but the just want the font to be bigger and bold.

Attached is a picture:

(I changed add to cart text to ‘buy it now’. But that is still the add to cart button)

Hi and welcome!

Could you post the URL to your store and I will gladly take a look for you :slightly_smiling_face:

Perfect!

Add this to the bottom of your base.css file:

.product-form__submit {
    font-size: 20px !important;
    font-weight: bold !important;
}

Change the value of ‘font-size’ to your desired size :slightly_smiling_face:

Thank you that worked! Also do you know how to remove the “Buy it now” button so it won’t show up for customers?

I just want the add to cart and the dynamic payments to be the only buttons to ever show.

You’re very welcome!

You want to hide the button we just edited?

Could you provide a link to your store again, it seems to have vanished :slightly_smiling_face:

So when i go to customize my store, it shows two “Buy it now” buttons. The top one is the one you helped me edit, but it showed both for me a moment ago for some reason when looking at the store. I want to make sure customers dont see both buy it now buttons and want to see if i can remove the bottom one, but still have the dynamic checkout option.

This is what i see when customizing my store. I only want the top “Buy it Now!” which adds the product to cart and then the bottom to be the dynamic checkout if possible

If it’s not appearing on your actual store I wouldn’t worry, the customise area is just showing you a template. If its still displaying on your actual products, send me a link and I’ll take a look for you :slightly_smiling_face:

and for this store?? https://maidenhood.co/products/feminini-tea

Hello Maidenhood, i show your store and its looks amazing. how did you fix this sense theme button issue ?