• Resolved alannab

    (@alannab)


    I’m using the Iconic One theme and would like to change the background color in the submenu. Right now it’s a faint gray color and is very hard to see.

    I’ve looked in the style.css but cannot find where to change it. My site is onlineincomeandresources.com. The background color I want to change is under the Product Reviews in the navigation.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .themonic-nav li ul li a {
        background: #EFEFEF;
    }

    Just change the hex color
    *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 under Appearance > Editor. Your edits will be deleted when the theme is updated.

    Thread Starter alannab

    (@alannab)

    Hey! Perfect! Thank you for the help and the quick response!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change background color in submenu’ is closed to new replies.