• Hi,
    I am helping my riding school with their website. The guy who used to do it went MIA so I inhered the site (http://www.ridgewoodfarm.ca/) and I am new to WordPress so I desperately need help!!

    I am trying to change the menu color and also the background color to Navy blue but I don;t seem to be able to do that.

    Apparently, we have WordPress 4.1.4 running Enigma theme.

    Any help is appreciated.
    SH

Viewing 3 replies - 1 through 3 (of 3 total)
  • Put this in custom css for menu color:

    .navigation_menu {
      background: rgb(49, 163, 221);
    }

    you can put rgb color of your choice…

    for the background you have to be more accurate

    Thread Starter Shabs99

    (@shabs99)

    Thanks but this changed the background color of the menu area and not the color that appears when I hover my mouse over the menu items. Maybe I wasn’t very clear. My bad!

    I wanna change the color that appears when I hover my mouse over the menu items.

    P.S. I LOVE how quick I get responses here. You guys ROCK!!

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background-color: #134A66;
    }
    .dropdown-menu {
      background-color: rgba(52, 111, 142, 0.9);
    }

    put rgb color of your choice.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing Menu & Background Color’ is closed to new replies.