IMPULSE THEME hide toolbar top navigation

Hi @Luxurymrkt ,

Go to Assets > theme.css and paste this at the bottom of the file:

@media only screen and (min-width:769px){
	.toolbar__item.toolbar__item--menu {
		display: none !important;
	}
}

it will help you hide only for Desktop.

1 Like