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!
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?
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' %}
{% 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!
Hi @Reminder
Please add this code to your theme.liquid, after in Online Store > Themes > Edit code.
{% if template == 'index' %}
{% endif %}
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.