How can i reduce the size for buy now and add to cart button ?
-
How can i reduce the size for buy now and add to cart button ? what is the process
Hello,
Right now as we are seeing the Buttons are already showing as reduced on your Site: https://snipboard.io/WEOUFm.jpg
But if you want to change any sort or width and height for the mentioned buttons then here are the Custom CSS that you can try out for them:
– For Add to Cart button:
.single_add_to_cart_button { width: 50px !important; height: 50px !important; }
– For Buy Now button:
.wd-buy-now-btn { width: 50px !important; height: 50px !important; }
In these CSS, you can change the value of width & height according to your choice.
Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.
Best Regards