Make buttons with rounded corners
-
Hi,
At the moment, all the buttons on the theme have pointy edges. Is there any way to make these buttons have rounded corners instead?
Thank you.
Hello,
There is no option to configure. We can provide custom CSS
Please add this code to the Theme Settings > Custom CSS > Global:
body .added_to_cart,
body .btn,
body .button,
body button,
body input[type=submit] {
border-radius:20px;
}
Best Regards
Hi Elise,
You are THE BEST!! Thank you. 🙂
You are welcome! If you have any questions please feel free to contact us.
Best Regards