Home Forums WordPress Themes – Premium Lavish Pro Posts page Reply To: Posts page

#42053
Sushil Adhikari
Moderator

Hi Jana,

You can use this css for changing color of mobile menu:

@media screen and (max-width: 1030px) {
	a.toggle_button_lavish_menu {
	    color: red;
	}
}

Note: Change the color value as per your requirement.
Thanks