Hi there,
after I activated the new and lovely flyout menu, my 3 menus, arranged in the footer coloumns disappeared.
How can I make them appear again while keeping the flyout menu?
Thanks and regards
Julian
Hey jmoeser,
Are you saying the links in the footer disappeared? I’m still able to see the headers.
Best regards,
Jordan Shannon
Hi,
yes – only the links disappeared. The headers are there.
Best
Julian
Hi Julian,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_burger_menu_active #footer .menu-item {
display: block;
}
If you need further assistance please let us know.
Best regards,
Victoria
Works perfectly – thank you!