Hi,
Is it possible to change the menu bar color/effects to just a plain color?
Thanks in advance
Hi there,
Thanks for writing in,
In the theme customizer there are two options available dark or light so which can be attained by going into Appearance > Styling > Menu Color as per shown here: http://prntscr.com/7fogba. However if you wish to achieve plain background you can add following code under Appearance > Theme Options > Custom CSS:
#wrapper .menu-header {
background: #eeeeee !important;
}
Thanks.
Hi Emran,
I’ve tried the css but it’s not changing it’s color.
Thanks
Hi Ron,
Would you mind trying this code to resolve it under your Appearance > Theme Options > Custom CSS:
.menu-header {
background: #eeeeee !important;
}
And in another way you can go to the Appearance > Theme Options > Styling > Or custom menu color as per shown here: http://prntscr.com/7fpdu5
You can only use either way between both above mentioned. Or the third way is to go under Styling > Disable Menu Background
Hope this helps!
Thanks.
Hi Emran,
It worked! but is it possible to remove the light/dark effect? because the menu text still have effect. sorry for additional question.
Thanks!
Hi Ron,
The light dark effect has already being removed since you’ve modified the background, if it wasn’t then would look like this: http://prntscr.com/7fq0af
Thanks.
The topic Menu bar is closed to new replies