Comments onyke started the conversationMarch 9, 2019 at 8:13pmHello, how i can get effect like on "menu_v2"? I already put this code in "Custom CSS": #navigation{ background: rgba(255, 255, 255, 0.2); } .is-sticky #navigation{ background: rgba(255, 255, 255); } But now i need to move menu a bit lower. It is possible? 2,701PenciDesign repliedMarch 10, 2019 at 12:45pmHi,Please try add more this code to Customize > Custom CSS to do that: #navigation-sticky-wrapper{ position: fixed; z-index: 1000; width: 100%; } #navigation.header-1, #navigation.header-4, #navigation.header-7{ border-bottom-color: transparent; }Best Regards,PenciDesign1 Likeonyke repliedMarch 10, 2019 at 7:19pmThanks!Its possible to change menu background color to white when i scroll down page?.is-sticky #navigation dont work :(Already added: #navigation-sticky-wrapper{ position: fixed; z-index: 1000; width: 100%; } #navigation.header-1, #navigation.header-4, #navigation.header-7{ border-bottom-color: transparent; } .is-sticky #navigation{ background: rgba(255, 255, 255);} #navigation{ background: rgba(255, 255, 255, 0.2);} 2,701PenciDesign repliedMarch 11, 2019 at 9:58amHi,Have you checked to disable sticky menu via Customize > Logo and Header Options ?Best Regards,PenciDesignonyke repliedMarch 16, 2019 at 12:09pmI want to get the following effect:After entering the main page the menu is on the top and has a transparent color.When we scroll down the page, this menu changes color to white. Screen 1:After entering the site (done) Screen 2:After scrolling the page down (I want to achieve this effect) 2,701PenciDesign repliedMarch 17, 2019 at 6:16amHi,Ok, please replace the code I sent to this code: #navigation-sticky-wrapper{ position: absolute; z-index: 1000; width: 100%; } #navigation.header-1, #navigation.header-4, #navigation.header-7{ border-bottom-color: transparent; } #navigation{ background: rgba(255, 255, 255, 0.2);} .is-sticky #navigation{ background: rgba(255, 255, 255); } Best Regards,PenciDesign1 Likeonyke repliedMarch 17, 2019 at 12:23pmThanks! You are the best! Sign in to reply ...
Hello, how i can get effect like on "menu_v2"? I already put this code in "Custom CSS":
But now i need to move menu a bit lower. It is possible?
Hi,
Please try add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thanks!
Its possible to change menu background color to white when i scroll down page?
.is-sticky #navigation dont work :(
Already added:
Hi,
Have you checked to disable sticky menu via Customize > Logo and Header Options ?
Best Regards,
PenciDesign
I want to get the following effect:
After entering the main page the menu is on the top and has a transparent color.
When we scroll down the page, this menu changes color to white.
Screen 1:
After entering the site (done)
Screen 2:
After scrolling the page down (I want to achieve this effect)
Hi,
Ok, please replace the code I sent to this code:
Best Regards,
PenciDesign
Thanks! You are the best!