How can I modify the size of buttons in my online store?

hi!

the default button size is really big on my shop, im wondering if there is any way to change it? i would like to change all buttons (excluding the cart buttons).

link: https://prettylittlestone.shop/

thank you so much!!!

Hi, @toff_saff .

Follow These steps,

Go to the online store theme and go to base.css file paste the code mentiond below.

.button {
    font-size: 12px;
    min-height: 4rem;
}

Result:

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

hi @websensepro , thank you! it seems to however, be reducing the size of my other buttons (e.g. adding to cart). wondering if theres any way to only change the slideshow/ richtext/ image with text buttons? thank you!

you need to target classes of buttons.