Shopify themes, liquid, logos, and UX
Hi, Could someone help me change the email signup banner to appear in the centre of the background as it does on Desktop view. On mobile view it appears as the following; header, background, email banner, footer. Whereas on Desktop view, they are more layered which looks much better.
Thanks,
Olivia
Solved! Go to the solution
This is an accepted solution.
@media screen and (max-width: 749px) {
.password .banner__content{top: 50%; bottom: 50%; position: absolute;}
}
@LittleWins Can you please share this page link?
This is an accepted solution.
@media screen and (max-width: 749px) {
.password .banner__content{top: 50%; bottom: 50%; position: absolute;}
}
Great, Thank you so much for your help. One other question is, do you know how to change the colour of the box where someone would enter their email address? Just so it isn't the same colour as the whole banner? Or even to just give the email box an outline? Thanks
@B2Bridge -- add this css and check
.password .newsletter-form__field-wrapper .field__input{border: 1px solid #878787;}
Amazing, thanks so much! 😁 That's worked, any chance I can change the colour of the border from black to the blue of the text?
@LittleWins - please change color shade in the border code above - #878787 to #264872
Amazing, thank you so much
Hi @LittleWins, please try this:
Step 1: Open Online Store -> Themes -> Edit code
Step 2: Find theme.liquid file
Step 3: Paste this code before the close </head> tag:
<style>
@media screen and (max-width: 749px) {
.password-main .banner__media {
height: 37rem !important;
position: absolute !important;
}
.password-main .banner-content {
height: 37rem !important;
}
}
</style>
If this helpful, please give us a like and mark 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.
Shopify and our financial partners regularly review and update verification requiremen...
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