Viewing 5 replies - 1 through 5 (of 5 total)
  • Create a child-theme for your main theme. Then use the style.css stylesheet to change the color of the elements you’d like to customize.

    Let me know what exactly you mean by “menu”.

    Cheers.

    Thread Starter angusdays

    (@angusdays)

    thx for the reply by menu i meant the header colour

    • This reply was modified 7 years, 10 months ago by angusdays.
    Thread Starter angusdays

    (@angusdays)

    thanks for the reply by menu i meant the website header where the menu are located

    Hello angusdays,

    If you are using WP 4.7 or above then you can paste the following in Appearance->Additional CSS

    .navbar {
        background-color: #000;
    }

    Change the color hex value(#000) in the above code as you like. You also create a child theme and use the same code in its style.css

    Hi @angusdays,

    You can also used below plugin to change navigation colors in wordpress admin panel.
    https://www.ads-software.com/plugins/am-login-logo/

    Change Navigation Background Color
    Change Navigation Font Color
    Change Navigation Font Hover Color
    Change Navigation Hover Background Color
    Change Sub Navigation Background Color
    Change Sub Navigation Font Color
    Change Icons Color

    Hope it’s help to you.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to change menu color’ is closed to new replies.