Edit email banner for password page

Edit email banner for password page

hiu
Tourist
9 0 1

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

 

hiu_1-1739233636422.png

Web version

 

hiu_0-1739233544601.png

mobile version - does not fit at all - somehow the email text backround is white and not transparent

Replies 10 (10)

AnneLuo
Shopify Partner
1293 228 265

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!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

hiu
Tourist
9 0 1

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.

 

hiu_0-1739323035422.png

 

AnneLuo
Shopify Partner
1293 228 265


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:

AnneLuo_0-1739324052296.png


Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

hiu
Tourist
9 0 1

Did not work unfortunatly. I also tried to add this in a custom css but the outline just became thinner but was still black.

AnneLuo
Shopify Partner
1293 228 265

Can you please send me your collaborator code? I will check it for you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

hiu
Tourist
9 0 1

5545

AnneLuo
Shopify Partner
1293 228 265

Applied the access. Please accept.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

hiu
Tourist
9 0 1

Accepted 

AnneLuo
Shopify Partner
1293 228 265

Hi, @hiu 

I find that the layout of the page has changed. Do you still need to modify it?

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

B2Bridge
Excursionist
311 64 79

Hi @hiu 
This is what I see when I visit your store.
Screenshot_3.png
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
Screenshot_4.png 

 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.