can't completely get rid of the purple!

Hello,

thanks in advance for the awesome you guys provide for these free themes.

I read various topics on how to get rid of the purple and I changed the theme into red/black.
However, apparently the purple on the menu and submenu keep coming back.

On my homepage www.italianvagabond.com everything is fine but once I click on certain submenus (for example Ho Chi Minh, under Vietnam) the chosen category and submenu turn purple (hovering the mouse changes the colour too). This strange behaviour appears on various menu and submenu items.

I’d be glad if you can have a look at it.

Regards
Joe

Hi Joe,

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

You can change it by adding the following CSS code in the Custom CSS option of your theme on the below path.

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


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

.dropdown-menu>.active>a {
    background-color: #f99;
}

Best regards,
Vinod Dalvi