Imran
    Spectator
    Posts: 402
    January 21, 2016 at 10:25 pm #23713

    Hi Lee,

    Thanks for writing in!

    main menu bar (I’m referring to the black bar with the navigation links) has a lighter black layer below it. I’d like to remove that.

    Please add the following code under your Theme Options -> Custom CSS

    .menu-back {
    background: transparent !important;
    }

    Hope this helps!

    Thanks.