You can use this CSS to highlight active menu item:


html body#myhome-app .mh-header--transparent #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link *,
html body#myhome-app .mh-menu-primary-color-background .mh-header:not(.mh-header--transparent) #mega_main_menu.mh-primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link *,
html body#myhome-app #mega_main_menu.mh-primary .mega_dropdown > li.current-menu-item > .item_link *,
html body#myhome-app .current-menu-item > .item_link > .link_content > .link_text,
html body .mh-fixed-menu.mh-fixed-menu--active #mega_main_menu.mh-primary>.menu_holder:not(.sticky_container)>.menu_inner .current-menu-item > .item_link > .link_content > .link_text, html body.myhome-body div #mega_main_menu.mh-primary>.menu_holder>.menu_inner .current-menu-item > .item_link > .link_content > .link_text {
color:orange!important;
}


 


In this article you can find information how to add custom CSS to any WordPress Theme:

How to add CSS code that is future update compatible