Shopify themes, liquid, logos, and UX
Hello,
My rich text banner is blocking my mega menu on this page. Anyone have any suggestions for how to make the background truly transparent?
www.thespiralpath.love/products/flower-reading
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @plants4friendz ,
Thanks for asking a great question here on the Shopify Community!
I'm a Shopify expert, and I'm happy to help you with the issue you're facing. After reviewing the website URL you shared, I found that there’s a CSS issue causing the problem. To resolve this, you’ll need to make a small adjustment in your theme’s code. Please follow these steps:
Note: A basic understanding of code is required for this fix.
.isolate {
position: relative;
z-index: 0;
}
7. Replace that code with the following:
.isolate {
position: relative;
z-index: -1;
}
8. Once you've made the change, click Save in the top-right corner.
Now, refresh your website and test the page—it should work fine!
if you have any more questions or need further assistance free to ask.
This is an accepted solution.
Hi @plants4friendz ,
Thanks for asking a great question here on the Shopify Community!
I'm a Shopify expert, and I'm happy to help you with the issue you're facing. After reviewing the website URL you shared, I found that there’s a CSS issue causing the problem. To resolve this, you’ll need to make a small adjustment in your theme’s code. Please follow these steps:
Note: A basic understanding of code is required for this fix.
.isolate {
position: relative;
z-index: 0;
}
7. Replace that code with the following:
.isolate {
position: relative;
z-index: -1;
}
8. Once you've made the change, click Save in the top-right corner.
Now, refresh your website and test the page—it should work fine!
if you have any more questions or need further assistance free to ask.
Thanks so much Aashish! Is there something similar that could fix this issue?
Try to add below code just underneath the above code on same file base.css
.header-template--18535041106165__ss_header_1_w7bFHW {
z-index: 9;
position: relative;
}
Hmm, no luck!
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