Shopify themes, liquid, logos, and UX
Can you please help change rectangular buttons into round ones with a Flow theme please?
It's for this store:
Many thanks
Solved! Go to the solution
This is an accepted solution.
Hey @BBS3
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.account-section--btn, .advanced-layout--hero__text-block .btn, .advanced-layout--hero__text-block .btn--secondary, .ajaxcart__footer .cart__checkout, .btn--full, .btn--load-more, .footer-email-submit, .homepage-featured-box-btn, .homepage-section-btn, .mobile-facets__open, .onboarding--sold-out a.btn, .quick-add-button, .quick-add-button-onboarding, .quick-add-button-variants, .shop-now-button, .shop-now-button-onboarding, .shopify-challenge__button, .show-view-all--button .btn, .sold-out-button, .spr-button {
border-radius: 20px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hey @BBS3
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
Hi, @BBS3.
Please provide your Store URL and Password, Your cooperation is greatly appreciated!
Best Regards,
Websensepro
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
not working unfortunately..
This is an accepted solution.
Hey @BBS3
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.account-section--btn, .advanced-layout--hero__text-block .btn, .advanced-layout--hero__text-block .btn--secondary, .ajaxcart__footer .cart__checkout, .btn--full, .btn--load-more, .footer-email-submit, .homepage-featured-box-btn, .homepage-section-btn, .mobile-facets__open, .onboarding--sold-out a.btn, .quick-add-button, .quick-add-button-onboarding, .quick-add-button-variants, .shop-now-button, .shop-now-button-onboarding, .shopify-challenge__button, .show-view-all--button .btn, .sold-out-button, .spr-button {
border-radius: 20px !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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.
@BBS3 Would you mind to share your store URL website, with password if its protected? Thanks!
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 </body> 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.
this hasn't worked 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.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025