• Resolved gvolence

    (@gvolence)


    How do you change the menu color for the top menu bar? Mine is conflicting with my logo, so I want to change it.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @gvolence,

    Add the below-given CSS code in Additional CSS.

    .main-navigation a {
    color: red;
    }

    Note: Add your color code instead of “red”.

    Thanks.

    Thread Starter gvolence

    (@gvolence)

    Thanks for your response! That changes the color of the text for the page names in the menu bar, which is great but I am asking about how to change the color of the whole menu bar at the top.

    Would you please ad the code for that as well?

    Thanks!!

    Theme Author VW THEMES

    (@vowelweb)

    Hello @gvolence,

    Add the below CSS code in additional CSS

    .middle-header {
    background: red;
    }

    Note: Add your color code instead of “red”

    Thanks.

    Thread Starter gvolence

    (@gvolence)

    This is exactly what I needed. Thanks for all of your help!

    Theme Author VW THEMES

    (@vowelweb)

    Most welcome…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Menu Color’ is closed to new replies.