[Resolved] Submenu disappeared after update

Home Forums Support [Resolved] Submenu disappeared after update

Home Forums Support Submenu disappeared after update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1513583
    Barbara

    Hi,

    I had a submenu on my website which was always visible (not just when clicking on the main menu) but it disappeared after I updated GeneratePress. I did the submenu with the help of support here by customizing the code but I don’t remember how exactly.

    Can you please help me get the submenu back?

    Thank you and kind regards,
    Barbara

    #1513729
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Right now in your custom CSS you have this:

    .dropdown-click #site-navigation.main-navigation ul ul {
        visibility: visible;
    }

    Can you try changing it to this?:

    .dropdown-click #site-navigation.main-navigation ul ul {
        visibility: visible;
        display: block;
    }

    Let us know πŸ™‚

    #1513741
    Barbara

    It works perfectly, thanks Tom. πŸ™‚

    #1513743
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! πŸ™‚

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