Limited Time Offer | Get 10% OFF on All Themes Package. Use Coupon Code GRC10 Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Reply To: Changing the menu color

#10949
Grace Themes
Member

Hi Holger,

To change the background color of menubar in mobile devices
Go to Appearance -> Theme Options -> Basic Settings -> Background Colors -> Select background color for toggle menu

To change the menu background color in mobile version
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 { background-color:#000000 !important; }
}

Second issue: Please send your website URL and some screenshot where the problem is getting so we can check and assist you.

Regards
Grace Themes