Topic Resolution: Resolved
  • Closed
  • Rssn
    Spectator
    11.06.2015 at 08:17 #18196

    Hi,

    Is it possible to change the menu bar color/effects to just a plain color?

    Thanks in advance

    Imran
    Spectator
    Posts: 402
    11.06.2015 at 10:28 #18201

    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.

    Rssn
    Spectator
    Posts: 31
    11.06.2015 at 11:04 #18203

    Hi Emran,

    I’ve tried the css but it’s not changing it’s color.

    Thanks

    Imran
    Spectator
    Posts: 402
    11.06.2015 at 11:42 #18204

    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.

    Rssn
    Spectator
    Posts: 31
    11.06.2015 at 12:53 #18205

    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!

    Imran
    Spectator
    Posts: 402
    11.06.2015 at 13:17 #18207

    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.

    Rssn
    Spectator
    Posts: 31
    11.06.2015 at 22:05 #18229

    Thanks Emran.

    Imran
    Spectator
    Posts: 402
    12.06.2015 at 09:49 #18233

    You’re welcome! 🙂