Change color of the drop down menu - background and text

Hi Travelify Team,

I dont have any technical skills so I hope you can assist me with my concerns.

2 problems
a.) How can I change the color of the drop down box
b.) Change the color of the text, since it will not be clear when hovering the mouse.
I have attached a picture and encircled it for your reference.

Looking forward for a positive solution.

Cheers,

Mark

Hi Mark,

Thank you for your question.

You can change the color of text when you hover the mouse on it by adding the following CSS code in the Custom CSS option of your Travelify theme on the below path.


body #main-nav ul li ul li a:hover, 
body #main-nav ul li ul li:hover > a, 
body #main-nav ul li.current-menu-item ul li a:hover {
  color: #000;
}

Change the color value in the above code to whatever you want to use.

Best Regards,
Movin

Thanks Movin. Appreciate your help.

You are most welcome here :slight_smile: