Hi @wppraesenz ,
Try to add the code below in the custom JS field in General-> Advanced options
jQuery( document ).ready(function() {
jQuery('.mobmenu-content .sub-menu').show();
});
Thread Starter
wpprup
(@wppraesenz)
Dear Rui,
thank you very much, that works perfectly! Now seeing the open submenu I do not like the look… 😉
It is very demanding, I know, to ask for more, but is there a way that the submenus always stay open, cannot be closed and so the ugly arrow to close/open the submenu can be totally removed?
I checked all the options, this support page and the documentation on your website but did not find a clue to this option. Sorry, if I missed something.
Best wishes!
Hi,
Add the code below to the custom CSS option.
.mob-expand-submenu {
display: none;
}
That should sort it. Clear the cache and test again.
Thread Starter
wpprup
(@wppraesenz)
Worked fine again! 🙂 Thank you very much!!!
You are the best. If I had not reviewed the plugin/you with five stars years ago, I would do it at least now. Only thing left is an update of my review…
Best wishes and please stay with this level of support. 🙂
PS. Perhaps you could open a thread on top here, in it collecting the codes you share here, so one could find codes without asking you or at least you could link to it in your answer – if this was lesser work for you…
All the best!
Thanks for the kinds words. Apreciate the update of your already nice previous review.