Can you please help change rectangular buttons into round ones with a Flow theme please?
It’s for this store:
Many thanks
Can you please help change rectangular buttons into round ones with a Flow theme please?
It’s for this store:
Many thanks
Hey @BBS3
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
@BBS3 Would you mind to share your store URL website, with password if its protected? Thanks!
Hi, @BBS3 .
Please provide your Store URL and Password, Your cooperation is greatly appreciated!
Best Regards,
Websensepro
Sure, it’s re this store:
Hi, @BBS3 .
Follow These Steps.
Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.
a {
border-radius: 20px !important;
}
input#subscribe {
border-radius: 20px;
}
Result:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
websensepro
Hi @BBS3
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
button.quick-add-button {
border-radius: 20px;
}
a.quick-add-button-variants {
border-radius: 20px;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
Hey @BBS3
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
this hasn’t worked unfortunately
not working unfortunately..
I put the code in the theme.liquid file above the ‘body’ tag but it hasn’t worked - anything else I could try? thanks!
@BBS3 Try this code
{% style %}
button.quick-add-button {
border-radius: 20px;
}
a.quick-add-button-variants {
border-radius: 20px;
}
{% endstyle %}
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
It’s worked - thank you so much!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.