Transparent header
Set up transparent navigation and control the sidebar hover background.
Last updated
Was this helpful?
Set up transparent navigation and control the sidebar hover background.
Use transparent navigation to let the header or sidebar sit on top of the first section.
This works best with hero-style layouts and full-width media banners.
Transparent navigation requires two settings to be active at the same time.
Both settings must be active at the same time.
If you use Sidebar-based navigation, the sidebar is designed to be transparent over the first section — and turn white when hovered.


If this animation is not working, check two things:
Open Theme Editor → Main sidebar → Main menu block → set Menu style to Overlap slide out

This style is required for the hover background transition.
Go to Shopify Admin → Content → Menus → open your menu and make sure at least one item has child links nested underneath it.

If you need help building nested links, see How do I create nested / dropdown menus?.
Add a Nested menu block in Main sidebar as a workaround.
Go to Main sidebar → Add block → Nested menu.
In Dropdown link, enter the exact name of any existing menu item.
This activates the hover animation without changing your actual menu structure.

By default, the sidebar hover background uses the color from Theme settings → Colors → Layout → Background.
Make sure Main sidebar → Colors → Color scheme is not set to Set.
If it is set to Set, the background stays visible all the time.

To change the background color across the entire site:
Go to Theme Editor → Theme settings → Colors → Layout and update Background.

This affects all sections and blocks across your store.
Add this in Main sidebar → Custom CSS:
Replace #00ffee with your own color value.

Last updated
Was this helpful?
Was this helpful?
.main-sidebar:hover {
background-color: #00ffee;
}