hi,
i want to separate my menu and my slidehow, to have 2 distinct parts
Thank you ![]()
to have something like this
A user wants to visually separate the header menu from the slideshow section in their Shopify Impulse theme, creating two distinct areas instead of an overlapping design.
Solution provided:
Implementation steps:
!important flag to ensure color changes override existing styles on the homepageOutcome:
The customization successfully separates the header from the slideshow. Minor text visibility issues on the homepage (white text on white background) were resolved by forcing the navigation link color with the !important declaration.
hi,
i want to separate my menu and my slidehow, to have 2 distinct parts
Thank you ![]()
to have something like this
@jeycherries - can you please share your website link?
@jeycherries - it can be made like this, but due to background image parallax settings, it has glitches
ok i see but how i do this ? can i change the color to white ?
@jeycherries - add this css to the very end of your theme.css file and check, should look like below
.header-wrapper--sticky {position: initial; background: #fff;}
.site-nav__link{color: #000;}
Ok it works but my texts is blank on blank now
On others page itโs fine, on home page the changing color doesnโt work.
@jeycherries - add !important and check
.site-nav__link{color: #000 !important;}
It works ty very much ![]()