All things Shopify and commerce
Hi
So basically if you go onto the website and hover over 'Shop all' at the top of the page, the drop down menu appears beneath the blue banner, I dont know if its possible but is there a way to make the drop down menu appear above the blue banner?
Thank you
Solved! Go to the solution
This is an accepted solution.
Hi @Haiky21
Do you mean like this?
If it is, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.tb-icon-block-container.tb_vertical {
z-index: 5;
}
.nav-dropdown {
top: 50%;
z-index: 10;
}
</style>
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @Haiky21
Do you mean like this?
If it is, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes"
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "theme. Liquid" file. Find the </body> tag and paste the code below before the tag.
<style>
.tb-icon-block-container.tb_vertical {
z-index: 5;
}
.nav-dropdown {
top: 50%;
z-index: 10;
}
</style>
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hey
Yes thats it! ill double check and let you know if it works.
Thank you
Yes that works perfectly!
Thank you!
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025