Okay
  Public Ticket #2105528
Header
Closed

Comments

  •  1
    Souvik started the conversation

    How to change header text colour? You can tell me with css.

  •  2,570
    Kevin replied

    HiĀ SouvikĀ !

    To change the font of the menu on the header, add the following css attribute to Appearance-> Customize-> Additonal Css

    #mega_main_menu.primary> .menu_holder> .menu_inner> ul> li:hover> .item_link * {
    color: #fff000 !important;
    }

    thank you