How can I reduce the size of 'Add to Cart' buttons on my Supply theme store?

Hello, I was able to add the '“add to cart” buttons to my store on Supply theme thanks to @KetanKumar 's code below:

How can I edit the size of the buttons? I’d like to make them smaller


  	 
  

My store’s url is https://gadzone.co

@GTBond

thanks for again post

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-form .btn {
    font-size: 10px;
    padding: 8px 10px;
}

Thank you Kumar it worked

@GTBond

it’s my pleasure to help us

Hey! Glad to help.

This may be useful.
https://app.hopps.io/videos/how-do-i-change-the-color-of-the-sale-price-178b48a8bb1

We have experts at your disposal.
https://app.hopps.io/session/create.
Have a nice day! :slightly_smiling_face:

Hey! Glad to help.

This may be useful.
https://app.hopps.io/videos/how-do-i-reduce-the-size-of-the-add-to-cart-button-in-the-supply-theme-178b4a831a4
Have a nice day!