Hi
I want to reduce the size on my mobile hero buttons, they are too big and cover bigger part of the screen, wish to have smaller and a nice border radius on them. Can we figure something out?
Storeurl:
Hi
I want to reduce the size on my mobile hero buttons, they are too big and cover bigger part of the screen, wish to have smaller and a nice border radius on them. Can we figure something out?
Storeurl:
Hi @Dekanten ,
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hello @Dekanten
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi,
I added the code but the button is grey colored on the edges, outside the border. Can we fix this too?
See attached image.
Yes we can. Give me a mint. I am giving you the fix
@Dekanten , check the below code:
.button:before , .button:after { border-radius: 25px !important; }