Hi, I’m trying to change the button shape in my store, from rectangular to round, someone knows how can I do that??
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is the website url: http://viciousonline.it
Thank you!!
thanks for url, can you try this
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
.button{border-radius: 100px;}
