Reply To: Woocommerce: size of "add to cart button"

Home Forums Support Woocommerce: size of "add to cart button" Reply To: Woocommerce: size of "add to cart button"

Home Forums Support Woocommerce: size of "add to cart button" Reply To: Woocommerce: size of "add to cart button"

#229310
Jean Paiva
Developer

Maybe we need to be more specific on our code:

.woocommerce ul.products li.product .button {
    padding: 10px 50px;
    font-size: 21px;
}

I would suggest you to follow this tutorial made by Tom for adding custom css https://generatepress.com/knowledgebase/adding-css/

Try to not edit or overwrite code on GP theme, because when you update for a newer version all your modifications are going to be lost. Unless you are using child theme. 🙂