Reply To: Lavish Pro menu colors

Home Forums WordPress Themes – Premium Lavish Pro Lavish Pro menu colors Reply To: Lavish Pro menu colors

#16498
Binaya D
Participant

Hi Karen,

Do you have same problem and you are not able to fix the issue with above css? if yes then please use like below code:

@media screen and (max-width: 1030px){
	a.toggle_button_lavish_menu {
	    color: #fff !important; /*Your color code*/
	}
	a.toggle_button_lavish_menu:hover {
	    color: #ddd !important; /*Your color code*/
	}
}

Thanks