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!
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025