Home Forums Jevelin Theme Can't get navigation text color to change? Reply To: Can't get navigation text color to change?

Home Forums Jevelin Theme Can't get navigation text color to change? Reply To: Can't get navigation text color to change?

It seems this is happening due to some CSS conflict on your site.

 

To change all your navigation links to pink color add 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

 

#page-container .sh-header .sh-nav > li.menu-item > a{
        color: #ec176e !important;
}