Comments Nicolas started the conversationApril 12, 2019 at 6:42amHi,I would like to change the menu on top of the home page (see attached).Also, I would like the logo not to stay when scrolling the page, can you please help ?Cheers. 2,634Kevin repliedApril 12, 2019 at 6:50amHi Nicolas !Add the following css attribute to your style.css file to hide the logo when scrolling the page.header-ftc.header-layout2.header-sticky-mobile .logo { display: none;}then the menu will display at the top of the pagethank you Sign in to reply ...
Hi,
I would like to change the menu on top of the home page (see attached).
Also, I would like the logo not to stay when scrolling the page, can you please help ?
Cheers.
Hi Nicolas !
Add the following css attribute to your style.css file to hide the logo when scrolling the page
.header-ftc.header-layout2.header-sticky-mobile .logo {
display: none;
}
then the menu will display at the top of the page
thank you