Css to change primary nav background color. - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop Css to change primary nav background color.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99734
    Luyar123
    Participant

    Hello, I was attempting to use your theme Online Shop for one of our offshoot websites but needed to change the primary navigation’s background color. I can’t get any css to work on it. . . I was curious what I was doing wrong. Or do I need to go into the style-sheet to change it? I tried adding custom css to the additional css section in the customize menu but no changes happened.

    .main-navigation, .main-navigation ul ul {
    background-color: #ff0000;
    }

    I’ve tried this ^ and a few other things from reading forums and posts on wordpress but none have worked.

    The theme being used is Acme Online Shop and it’s for a website that is currently under development.

    #99738
    acmethemes
    Keymaster

    Dear Luyar,
    Please add the given CSS code in Additional CSS:
    Appearance > Customize > Additional CSS

    .header-main-menu.wrapper {
        background-color: aquamarine;
    }

    Best Regards!

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