[Resolved] A different sticky menu

Home Forums Support [Resolved] A different sticky menu

Home Forums Support A different sticky menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #321451
    Michael

    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

    #321494
    Leo
    Staff
    Customer Support

    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.

    #321625
    Michael

    Thanks Leo. Is there a way the logo can be included on the left of the menu?

    #321641
    Leo
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.