sub-menu color in Activello theme

Hi Movin

I have problem with my sub-menu in Activello. I manage to fix the color as I wanted (Viaggi – ASIAMONAMOUR) Please see sub menu under VIAGGI,

The problem is when I klick on one of submenu’s everything change again (even the color of main menu)

Can please give an advice how to fix the problem,

Thank you

BR

Igor

Hello,

I need your help please,
You can klick on the link I send you in previous message and you will see the problem,
Everything is ok except when I klick on the sub-menu, the main menu change to the default color and the the klicked submenu changes the the default color as well.
Thank you,
BR

Igor

Hello there,

I hope you are doing well today.

I have inspected the site and found the issue.

You can use the following CSS code to change the menu color by going to Appearance > Customize > Additional CSS and pasting it there.


/*Menu color*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: red;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
    color: red;
}

Best Regards,
Support

Hello

I am sorry for late reply, I was abroad…
Thank you so much for your help, it works perfectly now.

Best Regards

Igor Lukic

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support