Reply 264144 to: Change Font size of add to cart button

Avatar: Rose Tyler
Rose Tyler
Support staff
December 15, 2020 at 16:31

Hello,

Add the next code in Theme Options > Theme custom CSS > Global custom CSS:

@media only screen and (max-width: 992px) {
    .products-loop .add_to_cart_button,
    .products-slider .add_to_cart_button {
        font-size: 0.75em;
    }
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.