Hi,
I am using the Lezada theme, and I would like to have the corners of the buttons rounded. My website is very much in the Beta version of building, and this Is one step closer. The URL is www.loogaroo.co
Hi,
I am using the Lezada theme, and I would like to have the corners of the buttons rounded. My website is very much in the Beta version of building, and this Is one step closer. The URL is www.loogaroo.co
@loogaroo You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.css or style.css file.
.lezada-button{border-radius: 14px !important;}
Thank you for the effort. I added it to the bottom of the assets/style.CSS.liquid file. Unfortunately, the code does not appear to be working.
@loogaroo I can’t see the code in your source code. So need to check the backend to debug the issue. The code should be working as I have already tested in the dev mode.