This topic has 4 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hello,
The navigation tab on mobile becomes black when hovered over. I need it to remain white. Kindly tell how to solve this issue. http://prntscr.com/lmt5hg
Regards
Hello,
Please add this code in Global custom css:
.mobile-nav .menu>li.current-menu-item >a, .mobile-nav-heading,
.mobile-nav .links li a, .mobile-nav .menu >li.current_page_ancestor >a,
.mobile-nav .menu > li > a:hover {
color: white;
}
Regards
Thank you. It worked.
You’re welcome!
Regards
The issue related to '‘Mobile navigation issue’' has been successfully resolved, and the topic is now closed for further responses