Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I've come across a very annoying problem where my dropdown menu when clicked on is hidden behind the announcement bar!
I can remove the bar but would like to use it.
Please can anyone suggest a way so it drops down over the announcement bar?
Using Dawn 2 theme
Thanks
Scott
Solved! Go to the solution
This is an accepted solution.
@Gen-Audio Go to assets/base.css and paste below css at bottom of file.
#shopify-section-announcement-bar
{
z-index: 0 !important;
}
This is an accepted solution.
@Gen-Audio Go to assets/base.css and paste below css at bottom of file.
#shopify-section-announcement-bar
{
z-index: 0 !important;
}
@Gen-Audio Thank you. Let me know if you need any help.