Shopify themes, liquid, logos, and UX
I was able to make the header transparent for the home page of my website. I want to be able to do the same with the password page as well (mobile and desktop). I want the image to be behind the transparent header. I can't find this solve anywhere. Any help?
Solved! Go to the solution
This is an accepted solution.
Hello @lonelyboy
It's GemPages support team and glad to support you today.
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your password.liquid file, paste the below code before </head>
<style>
#shopify-section-main-password-header .password-header{
position: absolute;
background: transparent;
z-index: 99;
width: 100%;
left: 50%;
transform: translateX(-50%);
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Hello @lonelyboy
Password page have not header
Can you give me your page URL( with pass if your store password is enabled) so I can check it and maybe give you a solution?
Or you can try add custom code make the header transparent for hompage to below </head> on file password.liquid
<style>
/*your CSS code*/
</style>
Kind & Best regards,
GemPages Support Team
Website: lonelyboycollctns.com
Password: tortai
Hope you will see what I'm talking about.
This is an accepted solution.
Hello @lonelyboy
It's GemPages support team and glad to support you today.
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your password.liquid file, paste the below code before </head>
<style>
#shopify-section-main-password-header .password-header{
position: absolute;
background: transparent;
z-index: 99;
width: 100%;
left: 50%;
transform: translateX(-50%);
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Thank you so much!! This worked perfectly.
Can you help. I found an issue with sizing when you go into the enter password section. Any way to make this transparent as well? Or size the black box correctly with the text? Issues with mobile and desktop.
You can add this transparent header in any page:
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025