how to change typography colors in menu top bar

I tryed to change menu typography colors in the theme options, changing theme color, and typography color y menu, but nothing happened.
I think I need to put a code in custom css, but I don´t know exactly what.
Can you tell me how I shold change this?
thanks

Comments

  • Hey,

    please send us url to your website so we can check why you are not able to change colors from muffin options panel.
  • The web is under construction, but i attached a picture of the menu.
    I want to change the grey color for white.and the hoover color in another
    maybe you need to say me what css below I should put to can get it.
    thanks
    image
  • You can try below css and see if this will help but if not, then we`ll be able to help when website will be online:
    #Top_bar .menu > li > a span:not(.description) { color: #FFF; }
    #Top_bar .menu > li > a:hover span:not(.description) { color: #FFF; }
Sign In or Register to comment.