Hi Tom,
Thanks for the excellent tip! I moved everything to the Top Bar as you suggested and it looks exactly the way I wanted.
As for the Mega Menu I was able to fix the problem with some CSS code I found in another post. For anyone else have this same problem, here’s the code I added to the mega menu CSS:
nav .main-nav .mega-menu>ul>li:hover>a,
nav .main-nav .mega-menu>ul>li:focus>a,
nav .main-nav .mega-menu>ul>li[class*=”current-“]>a,
nav .main-nav .mega-menu ul ul {
background-color: transparent !important;
color: #fff;
Just change the color to whatever you want your sub-menu categories to be.
Now I just need to resolve the problem I left on another post with the mega menu width.
Thanks for the excellent support.