• Resolved jdobbsy1987

    (@jdobbsy1987)


    Hi, I’m seeing an issue with the transparent black nav bar background on the home page, when i load the site i can see the black bar and that stays there when i scroll down but when i scroll up the black bar disappears, the logo and navigation stays there but is then less visible.

    How do i get the black bar to stay there?

    In Internet Explorer, the black bar stays there but it’s really big?

    Cheers

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jdobbsy1987,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    body.home .navbar-transparent {
      background: rgba(10, 10, 10, 0.9) !important
    }

    Hope this will helps you.

    Thanks !

    Hello @jdobbsy1987,

    I think it is happening because of any plugin conflict because the same navbar is working for others so please deactivate all your plugins and check if it resolves your issue and after that try activating the plugins one by one to find problematic plugin.

    Let me know how it goes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation Bar Background Disappears’ is closed to new replies.