Hello-
I forgot to ask in my previous thread (https://kriesi.at/support/topic/menu-as-an-icon-will-not-open/#post-759464) if there is a way to have the submenus open as default when using the menu as an icon option?
I would like to have the option to have it open, as well as the ability to resize the submenu items font size. Any suggestions?
Thanks in advance!
Hey a3brown4,
Try adding this to quick css. If it does not work please provide login info so I can look into this further.
#menu-item-1132 > ul.sub-menu {
visibility: visible !important;
opacity: 1 !important;
}
#menu-item-967 > ul.sub-menu {
visibility: visible !important;
opacity: 1 !important;
}
To control the font size add this to quick css:
ul.sub-menu{
font-size:20px!important;
}
Best regards,
Jordan Shannon