Home Forums Jevelin Theme Navigation Menu has Active Links by default Reply To: Navigation Menu has Active Links by default

Home Forums Jevelin Theme Navigation Menu has Active Links by default Reply To: Navigation Menu has Active Links by default

Solution for this topic

Hi @wkolari,

 

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

 

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

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

.sh-header .sh-nav > li.menu-item:hover:not(.sh-nav-social) > a{
    color: rgba(232,27,27,0.8) !important;
}

 

Best regards,
Shufflehound team