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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024