Shopify themes, liquid, logos, and UX
I've noticed that in the email signup form block on my homepage, the corners are different colors compared to the main section. Is there a way to either remove those corners or make them the same color as the main section? The only other setting I can adjust is making the section not full width, which results in more dark brown borders around the text.
Solved! Go to the solution
This is an accepted solution.
Hey @bagdonaviciusbm
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__wrapper {
border-radius: 0 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @bagdonaviciusbm
Please share the share your store URL and password if any please.
This is an accepted solution.
Hey @bagdonaviciusbm
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__wrapper {
border-radius: 0 !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @bagdonaviciusbm
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.
.newsletter__wrapper {
border-radius: 0px !important;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Hi @bagdonaviciusbm,
Please go to Actions > Edit code > Assets > newsletter-section.css file and paste this at the bottom of the file:
.newsletter__wrapper {
border-radius: 0;
}
We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024Starting 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, 2024