Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Changing the menu color

#9016
Grace Themes
Member

Hi Bruno,

To change the menu color in mobile devices

Go to Appearance -> Editor -> style.css file
add below css code and change the color code as per your need.

@media screen and (max-width:767px) 
{
.header-nav ul li a, .header-nav ul li.current_page_item ul li a { color:#FF0000 !important; }
.header-nav ul li a:hover, .header-nav ul li.current_page_item a, .header-nav ul li.current_page_item ul li a:hover, .header-nav ul li.current-menu-ancestor a.parent { color:#00FF00 !important; }
}

Please do this change and let me know your feedback.

Regards
Grace Themes