menu colour

  1. I have chosen the option of highlight menu, want to change the colour of menu title when not highlighted instead of grey to orange 
  2. I tried changing colours in betheme options but was not able to http://citrinedeveloper
  3. header full widthimages.com/

Comments

  • 1. Please use below css:
    .menu-highlight.header-stack #Top_bar .menu > li > a span:not(.description) { color: #FFF !important; }
    2.
    .header-classic #Action_bar, .header-stack #Action_bar { background-color: #FFF !important; }
    3. We recommend to use below css:
    .header-stack #Top_bar { background-color: #373435 !important; }
Sign In or Register to comment.