Stick Menu - How to change text colors

Hello,
I want to define different font colors for sticky menu text. 
As i see there is no option in settings. So how to change 

Link color and Active link color in sticky header

Thanks in advance

Comments

  • Hi,

    Go to BeTheme Options> Custom CSS&JS > CSS and paste this code: 
    #Top_bar.is-sticky .menu_wrapper .menu.page-menu > li > a { color: blue; }
    Just change the color:blue to any color you want, if you want red type color:red;

    Remember to save changes!
Sign In or Register to comment.