Archived topic
Submenu disappeared after update
3 replies · Started by Barbara on November 1, 2020
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
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 :)
It works perfectly, thanks Tom. :)
Glad I could help! :)