Shopify themes, liquid, logos, and UX
The email, language selector, and quantity selector boxes all have sharp edges and I can't find where to round them, how do I do this? My website is : https://westaysmiling.com/
Solved! Go to the solution
This is an accepted solution.
Hey @westaysmiling
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>
.newsletter-form__field-wrapper .field__input, .field:after, button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
border-radius: 100px !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hey @westaysmiling
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>
.newsletter-form__field-wrapper .field__input, .field:after, button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
border-radius: 100px !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This worked for both the country selector and the email box, but not the quantity selector.
Also the quantity selector outline is not wrapped to the new edges.
This is Lucas from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.newsletter-form__field-wrapper .field__input, .field:after, button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
border-radius: 100px !important;
}
Hope that my solution works for you.
Best regards,
Lucas | PageFly
Hello @westaysmiling
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
border-radius: 33px !important;
}
.localization-form:only-child .button, .localization-form:only-child .localization-form__select {
border-radius: 33px !important;
}
Similarly, this only works for the country selector and email box, not the quantity selector.
User | RANK |
---|---|
155 | |
127 | |
80 | |
73 | |
69 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023