Home › Forums › WordPress Themes – Premium › Lavish Pro › Posts page › Reply To: Posts page
February 8, 2017 at 4:45 am
#42053
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