Shopify themes, liquid, logos, and UX
I just adjusted the email banner on for the desctop version. Now it does not fit to the mobile version. I want it to look like in the desctop version but I dont know how to change it so that it will fit either on mobile or desctop. I would appreciate some help. My website: hiu.world
Web version
mobile version - does not fit at all - somehow the email text backround is white and not transparent
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
#NewsletterForm--template--24729009750364__main,
.content-container--full-width-mobile{
background: transparent !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thank you. I have another problem. I cant find a way to change the outline of the input box for the newsletter. It should only apply to the password page. I want it to have a white outline without changing the color for my whole website.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the </head> tag
<style>
input#NewsletterForm--template--24729009750364__main {
box-shadow: 0 0 0 .1rem rgba(255, 255, 255, 1) !important;
}
#Banner-template--24729009750364__main .field:after {
box-shadow: unset !important;
}
</style>
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Did not work unfortunatly. I also tried to add this in a custom css but the outline just became thinner but was still black.
Can you please send me your collaborator code? I will check it for you.
5545
Applied the access. Please accept.
Accepted
Hi, @hiu
I find that the layout of the page has changed. Do you still need to modify it?
Hi @hiu
This is what I see when I visit your store.
You can fix them,
please follow our instructions:
1/ Shopify admin > Online store > Edit code
2/ Search for "theme.liquid" file
3/ Open the file and search for </head> tag and add the following code above </head> tag
{% style %}
div.email-signup-banner__box banner__box newsletter.email-signup-banner__box--no-image{
background-color: transparent !important;
}
{% endstyle %}
This is result
If this helpful, please let us know by giving us a like and marking its as a solution. Thanks you 😍
B2Bridge: All-in-one B2B wholesale solution, enabling merchants to set up a complete B2B store quickly and without coding.
With features like customizable registration forms, customer segmentation, and tailored price lists, it simplifies wholesale management.
B2Bridge also includes a dedicated Quick Order page and flexible Net Payment Terms, streamlining operations for wholesalers and enhancing the buying experience.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025