Navbar is transparent in Chrome but not Firefox or Edge

Hi

I’m building a site and I want the navigation bar to be transparent but to still show the logo like it is on Chrome.

For some reason on Firefox and Edge show a translucent white bar where the nav used to be on every page other than home. How can I get rid of it?

The address is http://demos.onbrandgroup.co.uk/aelmarkhams/about/

Hi There,

Please add the following CSS to Theme Options CSS

.x-navbar {
    background-color: transparent;
    position: absolute;
    margin-left: 1%;
    margin-right: 1%;
}

Hope it helps

Thanks, that worked

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.