• Resolved stepheybaker

    (@stepheybaker)


    Hello!
    I wanted to change the color of the Menu Background (of the NAV Bar) from the default black to #990066

    How do I do this? Any help would be greatly appreciated!
    Thank you in advance.
    stephey

Viewing 2 replies - 1 through 2 (of 2 total)
  • CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .blog-header {
        background-color: #990066;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Thread Starter stepheybaker

    (@stepheybaker)

    Thank you for the help!

    I wasn’t able to use that code in my CSS Editor but I was able to use the following:

    .fixed-menu {
    background-color: #990066;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Bar COlor’ is closed to new replies.