Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Off canvas menu with merge header

  • On the home page here: https://proficient.fresheggs.biz/
    the off canvas menu is transparent. But I’d like it to appear the same as on the other pages. I am using a merged header on that page with no navigation until scroll. I can’t figure out what to change to make it work like the other pages and keep the merged header with no nav until scroll. Thanks!

  • You have this CSS:

    .page-id-30.sticky-enabled .main-navigation:not(.is_stuck) {
        opacity: 0;
        pointer-events: none;
    }

    Do you want to keep the CSS without affecting the slideout nav?

    If so, change it to:

    .page-id-30.sticky-enabled .main-navigation:not(.is_stuck, #generate-slideout-menu) {
        opacity: 0;
        pointer-events: none;
    }
  • Yes! Thanks. That was it!

  • No Problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.