Shopify themes, liquid, logos, and UX
Hello,
When clicking search icon or cart icon on home page it is hidden by the header. How can i fix that? website: empowerandbrew.com
Solved! Go to the solution
This is an accepted solution.
Hi, Its a problem with z-index.
this is how you can fix this.
Goto shopify theme list edit the theme code.
Goto file stylesheet.css and paste the following code in start of the file:
#modal-ajax-cart{
z-index: 99;
}
.slideout__drawer-right.search-sidebar {
z-index: 99;
}
This is an accepted solution.
Hi, Its a problem with z-index.
this is how you can fix this.
Goto shopify theme list edit the theme code.
Goto file stylesheet.css and paste the following code in start of the file:
#modal-ajax-cart{
z-index: 99;
}
.slideout__drawer-right.search-sidebar {
z-index: 99;
}
You are welcome. I check now.
You are welcome.. 🙂
Hi, I just checked and found it is a separate issue. Where the list of submenu is too long.
I recommend to add another menu item divide all list of brands between 2 menu items.
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