How can I make "Add to Cart' font smaller?

Hi everyone,

I’m trying to make my website’s add to cart button from Homepage a little bit smaller.

Am using Sense theme and for now all fonts are default.

Leaving a ss for reference:

Thanks in advance!

1 Like

Hello @eristorecl

can you please share your store URL so i can check and provide you css code for adjust button font.

@eristorecl

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi KetanKumar,

The URL is eristore.cl

ty in advance

Hi Niraj,

the url is eristore.cl

ty in advance

1 Like

Please add below css code in bottom of assets/base.css file

.quick-add__submit {
font-size: 1.4rem;
min-height:4.2rem;

}
Thank you.

1 Like

Hi Denishamakwana,

This worked perfectly.

Thank you so much!

1 Like