Site is at http://redcom.wpengine.com/ (hosted on WPengine)
Bug #1:
Go to a page under one of the Mega Menus (such as Products > HDX)
Now when you go back under the Mega Menu Products the page HDX appears in blue. That’s cool.
Go to a page under one of the standard drop-down menus (such as Contact > Contact Information)
Now when you go back under this menu, the current page appears in bold gray
How can I make them consistent?
Bug #2:
The vertical divider seems to be missing under the Products mega menu. It should be there between the Commercial and Government columns. Any ideas?
Hey mgerenser!
1) Your child theme has only the mega menu using that blue color. If you use this instead it will effect both the mega menu current menu and the regular menu current menu:
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
color: #1d66ab;
}
2) I’m seeing the border on each column so I’m not sure if it has already resolved itself.
Regards,
Devin