Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi -
For my password page, I'd like to have a simple email signup form overlay the hero video that I have looping in the background. I've attached an image of what I'd like to achieve, visually.
I am using the "Streamline" theme for reference.
Link to store: https://71733f.myshopify.com/password
Is there custom code that can be used to achieve this? And if so, can that be provided please?
Thanks in advance
Hi @Colee424 That can be achieved with custom code but it's work as the templates already seems like it's been heavily modified so anyone doing this may have a lot of running around.
Generally you need to send that video background to the lowest z-index and using absolute positioning make sure the other elements have a higher z-index.
If DIY'ing you want to first work on every BUT the background-video and get their layout and positioning done.
If you need this customization work done for you then contact me by mail for services.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact info in signature.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Hi @Colee424 You can achieve this, but you have to follow these steps to accomplish the same.
First you need to add the email section in password page so that it will be available there.
If you are not sure how to add it then please follow the steps.
Now you need to add some custom code.
Please note: You need to change some code according to your theme so that it will work correctly I am providing you the base code so that you can achieve this.
.index-section.newsletter-container.newsletter-template--21574063194420__newsletter.color-scheme- (This will be different at your theme so you need to change this) {
position: absolute;
z-index: 20;
top: 200px; (please adjust it according to your need)
left: 275px; (please adjust it according to your need)
}
.newsletter-section.newsletter-section--image-right.newsletter-section--no-image {
background-color: transparent !important;
}
You need to add this code in you base.css file or in password file in theme.
If you are not sure where is your base.css file or Password file please follow the steps:
Result(at my end in the trail theme):
If you need any assistance then please feel free to ask the same.
Hopefully it will help you. If yes then Please hit Like and Mark it as solution!
Best Regards
Sahil
- Your
@sahilsharma9515 thanks for the detailed steps.
I tried the above an it's unfortunately not working. I did search for the base.css file but the streamline template doesn't have one. Alternately, when I attempt to paste the code in the password.liquid file, nothing changes at all. Do you know what may be the issue or have another workaround?
Hi @Colee424 You can try adding the code in Theme.liquid file.
If you are not sure where is your theme.liquid file please follow the steps:
<style>
.index-section.newsletter-container.newsletter-template--21574063194420__newsletter.color-scheme- (This will be different at your theme so you need to change this) {
position: absolute;
z-index: 20;
top: 200px; (please adjust it according to your need)
left: 275px; (please adjust it according to your need)
}
.newsletter-section.newsletter-section--image-right.newsletter-section--no-image {
background-color: transparent !important;
}
</style>
Please note: You need to change some code according to your theme so that it will work correctly I am providing you the base code so that you can achieve this.
If you still unable to implement the same then I'm happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please hit Like and Mark it as solution!
Best Regards
Sahil
- Your
@sahilsharma9515 thank you - would love your direct help in implementing this as I'm still having some issues. Would you be able to DM me directly to work through this?
Thanks in advance!
Hi @Colee424 Can you please provide me your email id or you can directly message me on Private message or can mail me so that we can work on this.
Best Regards
Sahil
- Your
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