Home › Forums › Jevelin Theme › Can't change the color of my navigation
Home › Forums › Jevelin Theme › Can't change the color of my navigation
Need to change the color of my navigation links
Hi @Xavi,
I hope you are well today and thank you for your question.
You can change it from the theme styling settings as described in the below topic.
Best regards,
Shufflehound team
Hey I tried that but it didn’t work.
Navigation text stay white for some reason even after changing them. The only change color when the sticky header becomes active.
Could you have a look at my site to understand what’s going on.
You can change its color 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
#page-container .sh-nav > li.menu-item > a, #page-container .sh-nav > li.menu-item > a > i { color: rgba(61,61,61,0.69) !important; } #page-container .sh-nav > li.menu-item:hover > a, #page-container .sh-nav > li.menu-item:hover > a > i { color: rgba(61,61,61,0.80) !important; } #page-container .sh-header .sh-nav > .current_page_item > a, #page-container .sh-header .sh-nav > .current-menu-ancestor > a, #page-container .sh-header-left-side .sh-nav > .current_page_item > a { color: #007aff !important; }