Hi,
I have a mega menu with 3 columns, I am trying to hide the column title using ‘-‘ but it completely messes up the layout.
When I have text everything is fine. Could you please have a look?
http://goo.gl/O3fOuI
Thanks in advance for your help.
Hey (Email address hidden if logged out) !
Thank you for using our theme.
Try to enter a title and in custom.css or Enfold -> General Styling -> Quick CSS field put the following:
#header #menu-item-336 .mega_menu_title {
display: none !important;
}
Regards,
Günter
ok thanks a lot!