Hey guys!
I can’t seem to figure out how to make a mega-menu with out titles like http://www.flickr.com/photos/calebwjensen/10732414866/, instead of this. Every time I try to start a new column, the first link appears as a column. I would like it to be just page links, and not “titles.” I watched the video on mega-menus on Vimeo, but it didn’t explain this, nor could I find a forum thread from searching. Thanks for the help in advance!
Hey Caleb!
You can set it up like this and add following code to Quick CSS in Enfold theme options under Styling tab to remove titles
#header .mega_menu_title { display: none; }
Best regards,
Yigit
Thanks Yigit! This worked well. You guys rock!