Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
My header drawer and the cart and anything from the header is hiding behind the image banner when clicked on. Please help me fix it.
Solved! Go to the solution
This is an accepted solution.
Hey @Linaomer,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
a.a_img_banner_link {
z-index: 0 !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
hI @Linaomer
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file -> Save
.banner a.a_img_banner_link {
z-index: unset;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hey @Linaomer,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
a.a_img_banner_link {
z-index: 0 !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Thank you it worked but now that I added that the shop now button on the image banner is not working it's not clickable anymore I tried removing the code you gave me and it worked so I believe the code that was added is messing up with "shop now" button not he banner
Oh, I didn't know it's clickable, just change the value from 0 to 2, then it'll be fine
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025