Topic Resolution: Resolved
  • Closed
  • Rssn
    Spectator
    June 11, 2015 at 8:17 am #18196

    Hi,

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

    Thanks in advance

    Imran
    Spectator
    Posts: 402
    June 11, 2015 at 10:28 am #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
    June 11, 2015 at 11:04 am #18203

    Hi Emran,

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

    Thanks

    Imran
    Spectator
    Posts: 402
    June 11, 2015 at 11:42 am #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
    June 11, 2015 at 12:53 pm #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
    June 11, 2015 at 1:17 pm #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
    June 11, 2015 at 10:05 pm #18229

    Thanks Emran.

    Imran
    Spectator
    Posts: 402
    June 12, 2015 at 9:49 am #18233

    You’re welcome! 🙂