Hi y’all,
it seems a simple task and yet I can’t find the solution.
I need a custom menu in a sidebar. Created the menu under -> appearance-> menu
Now I want to have this menu displayed within the main content in a widget area.
However the custom menu doesn’t appear in the selection box of the widget area…?
Can you help please?
best
Stefan
I seem to have it somehow running, but I cannot modify the menu such as, Main Manu points on mouse over unfolding sub-topics…
Any ideas, somebody?
Hi Stefan,
Thanks for the login details. Is it the plp-sidebar_menu you are having problems with, and on which page is this problem happening?
Best regards,
Rikard
Yes thanks Rikard, its the plp-sidebar_menu @ http://dev.plp-group.com/programmes/
I’d like to have just the main menu points displayed and the submenus on mouseover…
is that possible?
Hi beenee,
Yes it’s possible. Try adding this css code in Quick CSS (located in Enfold > General Styling):
#menu-plp-sidebar_menu ul.sub-menu {
display: none;
}
#menu-plp-sidebar_menu li:hover ul.sub-menu {
display: block;
}
Hope it helps.
Best regards,
Nikko
Excellent! Works. One more quick question:
How would I alter the hover font color:
#menu-plp-sidebar_menu li:hover ul.sub-menu {
display: block;
color: black;
}
…doesn’t do anything…
Thanks
S.
Hi S.,
Try adding this css code:
#menu-plp-sidebar_menu li:hover a {
color: black;
}
Let us know if this helps :)
Best regards,
Nikko
This is it!!! Thanks a lot!!! Great Job Nikko!!!
Ticket can be closed!
Hi,
Great, I’m glad Nikko could help you out :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard