[Resolved] Main Menu Background Hover Transparency Bug?

Home Forums Support [Resolved] Main Menu Background Hover Transparency Bug?

Home Forums Support Main Menu Background Hover Transparency Bug?

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #637350
    Derek

    Hi Tom,

    No I didn’t because I’m using php to show a different logo on hover. I’ll try uploading the regular stat logo to see what happens, then see if the hover effect still works…but not until I’ve finished migrating my hooks. I’ll report back with my findings.

    #637392
    Derek

    Do you mean “Mobile Header Logo?” I do not see an option for “Custom Navigation Logo.” Adding a mobile header logo did nothing for both desktop and mobile. I’m using a custom effect for my logo:

    https://generatepress.com/forums/topic/navigation-logo-hover-color/

    I noticed there was a setting missing from the new elements plugin that was present in the legacy. I can’t remember what it was but it was a slider and right under the “merge with content,” display behind or something like that, I had that enabled previously.

    #637399
    Tom
    Lead Developer
    Lead Developer

    Ah, so you’re not using the built in Navigation Logo option in the Customizer.

    In that case, try adding this CSS:

    #site-navigation:not(.navigation-stick):not(.toggled) .navigation-logo:not(.page-header-navigation-logo) {
        display: inline-block;
    }
    #637401
    Derek

    Fixed! That did it, thank you!

    #637402
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.