Top Nav Link Color

Please see screen shot - http://screencast.com/t/OjKNxOzyt8pp

Specifically I am speaking of the text color not the background. After looking at the other pages when you click on navigation items those are appearing correctly.

Hi @brandonsree,

I hope you are well today and thank you for your question.

You can try resolving this by 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: #00a18e;
}

Best Regards,
Movin