Comments 1Souvik started the conversationAugust 5, 2019 at 3:36pmHow to change header text colour? You can tell me with css. 2,635Kevin repliedAugust 6, 2019 at 2:36amHiĀ 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 Sign in to reply ...
How to change header text colour? You can tell me with css.
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