Top nav item hover color

Hi there,

How do I change the nav item hover colour on the “Unite” theme? Searched through the forum, but couldn’t find a solution. I want the text to be #FFFFFF.

Hi @djgl13,

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

You can try changing the nav item hover colour to #FFFFFF by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body .navbar-default .navbar-nav li a:hover {
  color: #FFFFFF;
}

Best Regards,
Movin