Archived topic
A different sticky menu
3 replies · Started by Michael on May 20, 2017
Howdy!
I enabled the canned sticky menu but I was wondering how I can get the logo to shrink down smaller and have the background be semi-transparent.
I'm trying to match how the menu works on http://www.webrocketsolutions.com when you scroll down.
THANK YOU EVER SO MUCH!
Mike
Hi Michael,
You can try setting the sticky navigation height in Customizer > Layout > Sticky Navigation > Menu Item Height.
Try this CSS to make it transparent:
.main-navigation.navigation-stick {
background-color: rgba(255, 255, 255, 0.95);
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Thanks Leo. Is there a way the logo can be included on the left of the menu?
Try using the navigation logo: https://docs.generatepress.com/article/navigation-logo/