how to make button with round corners
as default view is with corners
how to make button with round corners
as default view is with corners
use googles or firfoxes inspect tool to find what part needs editing then in your css editor in admin add the border radius part like below
for instance below will alter the add to cart button
use googles or firfoxes inspect tool to find what part needs editing then in your css editor in admin add the border radius part like below
for instance below will alter the add to cart button
.ty-product-bigpicture .ty-product-block__button .ty-btn {margin-right: 0;border-radius: 40px;}
I have try this, but not working on last update.
What do i wrong?
Please provide us with the URL of your website