Make Add To Cart Larger

hello, how can i make the add to cart larger... css or in the template ?

It depends on the used theme. For example, the following code can be added to the CSS section of the theme editor (responsive theme)

.ty-btn__add-to-cart {
 font-size: 24px;
}

http://prntscr.com/lmzrln

you are alwys very helpful :) this css claess and multiplaction are killing me :) thank you once again

You are welcome!

you are alwys very helpful :) this css claess and multiplaction are killing me :) thank you once again



Great idea! ...the Add To Cart never did look right.

Thank you for help eCom!

Here's what I did on mine, using standard theme, anyways, you get the idea

.ty-btn__add-to-cart {
font-size: 28px;
font-weight: bold;
text-shadow: 3px 3px #e13f08;
border-radius: 10px;
padding-right: 20px;
padding-bottom: 5px;
padding-left: 20px;
padding-top: 5px;
}

https://cdn.pbrd.co/images/HP543XB.jpg

thanks al-bert

Hi Gabriel, hey, glad you found it useful. :mrgreen: