• Resolved xpsion

    (@xpsion)


    Dear,

    Whatever I tried in CSS, I can’t find the class how to set the top bar transparent, even when scrolling down, it turns black and i want it to stay transparent or make it translucent…

    Thanks for your help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xpsion

    (@xpsion)

    it is the sticky menu function,
    when activated the nav bar region turns black! and I don’t want this to turn into black

    Hello @xpsion ,

    You can use following custom CSS on Appearance => Customize => Additional CSS

    
    #navbar {
      background: transparent !important;
    }

    Best Regards!

    Thread Starter xpsion

    (@xpsion)

    this works yes!, i did not close this topic

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘i can’t get top bar to stay transparent !’ is closed to new replies.