size of add to cart boutton !
-
hello ! how can we change the size of the typographe of add to cart boutton in mobile only ?
Hello,
Can you share a screenshot of where you want to change the add to cart button typography on mobile? Also, share the page URL so I can further check on your site and give you a possible solution.
Best Regards,
all boutton ”add to cart” in quick shop
Hello,
Try to add the following custom css code in Theme Settings > Custom CSS > Custom CSS for mobile.
.wd-product.wd-hover-standard .wd-add-btn .add-to-cart-loop span {
font-size: 10px; /* adjust size as needed */
padding: 4px 10px;
}
Best Regards,