Hello,
I have a problem where one of my menu items is displaying a different style than the other menu items.
Not sure if I messed up something that caused this (entirely possible), but I can’t find anything in my CSS snippet section related to the menu section.
Appreciate any help getting it back to normal. I’ll post the site in a private reply.
Thanks,
Jacob
Hi!
Website you posted is not Enfold. Please post the correct link to your website so we can take a look :)
Best regards,
Yigit
Sorry about that, I forgot to turn off the launch page plugin.
It’s turned off now and you can see the site with Enfold theme.
Thanks
Hi!
It seems like you have choosen to display “Insights” as Megamenu. If you did not do it on purpose, you can go to Appearance > Menus and uncheck “Use as Mega Menu”. Also you can add following code to Quick CSS in Enfold theme options under Styling tab to decrease the size of titles of Mega Menu
#top #header .mega_menu_title a { font-size: 14px; }
Cheers!
Yigit
That was the problem. Thanks!