I posted before a new topic #524810 asking how to remove the dash from mega menu title…..
I found a solution by entering:
#header .mega_menu_title {
display: none !important;
}
,,,BUT in the mobile menu the dash(es) are still there.
well it seems to me that the problem is half solved.
thank you in advance for your help
Hi ymcrodos!
Add this to your custom CSS.
#mobile-advanced .mega_menu_title {
display: none !important;
}
Regards,
Elliott
It works fine !!!
thank you so much….