Menu Nav Link Disappears on Active Page

When clicking on a menu link in the nav on the home page, the target page returned is then the active page.

On the active page, the menu link for the page disappears.

See: http://offsvngsgrp.staging.wpengine.com/all-about-us/

I know I just updated Sparkling and a few plugins for MailChimp and Optin Monster. I haven’t updated to WordPress 4.4 just yet.

Hi @tonyzeoli,

I hope you are well today and thanks for posting here.

I could confirm the issue on your site and it seems it is caused by CSS conflict on your site.

To resolve the issue try adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

nav.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: #1d3b54;
}

Best Regards,
Movin