Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want my website to look like https://fkxv1.com/ but I'm currently working on how to make my header transparent. Any help? My website: https://gizmogods.com/collections/drop-1
Solved! Go to the solution
This is an accepted solution.
Hello @AidenGrails
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 theme.liquid theme file
3. Paste below code before </body> :
<style>
.header-wrapper{
background: transparent;
position: absolute;
width: 100%;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
This is an accepted solution.
Hello @AidenGrails
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 theme.liquid theme file
3. Paste below code before </body> :
<style>
.header-wrapper{
background: transparent;
position: absolute;
width: 100%;
}
</style>
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
You can add transparent header in your studio theme: