Home Forums Free Themes WEN Associate Change Menu Color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1148
    leeswilson
    Participant

    Hello,

    I’d like to change the horizontal nav menu color to a navy blue color. How would I do that?

    #1155
    wensolutions
    Keymaster

    Hello @leeswilson,
    To change the horizontal nav menu color to navy blue by adding simple custom CSS.
    Now for this first of all Go to your Dashboard -> Appearance -> Customize -> Themes Options -> Advanced Options -> Custom CSS.
    In this Custom CSS section add the following CSS:

    #site-navigation {
        background-color: #000080;
    }

    Hope this will help you to solve your issue.

    Best Regards!!!

    #1160
    leeswilson
    Participant

    Thank you, but it wasn’t the right color navy. I looked at a chart I found of CSS colors (http://www.somacon.com/p142.php) but a lot of those didn’t work.

    I want to match the navy blue color in my logo with the menu. The site is http://fameface.com. Do you have any ideas? If that blue can’t be matched, how about the red? I can’t match either so far. Thank you!

    #1162
    wensolutions
    Keymaster

    Hello @leeswilson,

    I want to match the navy blue color in my logo with the menu.

    To match the color of your logo with menu, just add the given css in `Customizing > Themes Options >
    Advanced Options` and this will match the color of logo your logo with menu:

    #site-navigation {
      background-color: #00435b  ;
    }

    Thanks!
    Regards,

    #1179
    leeswilson
    Participant

    Awesome! Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.