All things Shopify and commerce
Hi,
I have a transparent header enabled on only the homepage. This works on the desktop but when I view my store on mobile view the page titels are covering my logo in the header. Does someone has a solution to fix this? Thanks alot!
Sounds like a z-index issue. You need to increase z-index for your header, which may fix the problem.
Hi @Reminder
Could you share your store URL so I can check?
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @Reminder
Please add this code to your theme.liquid, after <head> in Online Store > Themes > Edit code.
{% if template == 'index' %}
<style>
.header-wrapper { background: transparent; }
#MainContent { margin-top: -127px; }
@media (max-width: 749px) {
#MainContent { margin-top: -83px !important; }
}
</style>
{% endif %}
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @Reminder
Can you try adding the below code to theme.liquid file and remove the previously added code for ".header-wrapper"
Let me know if you still have any concerns
{% if template contains 'index' %}
<style>
.header-wrapper {
background: transparent;
position: absolute;
width: 100%;
top: 0px;
}
</style>
{% endif %}
If this information was helpful to you, please give it a Like. If it resolved your issue, kindly hit Like and mark it as the Solution! Thank you!
It's still overlapping...
Hi @Reminder
Is it possible for you to provide me with collaborator access? I'll do it for you.
Also, it seems that your store is password protected right now. Please share storefront password as well.
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