Top navigation type color

Hi,
I’m loving the sparkling theme - it’s great. The only problem I’m having - that I can’t find a solution for - is that the option in the top navigation is red on the page that you’re on. I’ve changed the item colour, item hover colour etc - but there doesn’t seem to be an option to change the active page colour.
The site is here http://interactivemediainstitute.com/cypsy21/scientific-programme/

Thanks advance for any help!

Hi @ninjakittens,

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

You can achieve this by adding the following CSS code in the style.css file of your child theme.

#masthead .navbar-default .navbar-nav > .active > a,
#masthead .navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
  color: #DA4453;
  background-color: transparent;
}

Best Regards,
Movin

Thank you so much for responding - that worked perfectly!

You are most welcome here :slight_smile: