Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #858533

    PanInternational
    Participant

    Hi,

    I have a doubt.
    Is it possible to have a fixed navbar with transparency (to see the bg image), and when we start scrolling down the navbar loses the transparency?

    Thank you

    #858595

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this in custom >css in the customizer.

    
    .home .x-navbar {
       background-color:transparent;
       position:absolute;
       width:100%;
       top:0;
    }
    
    .home .x-navbar.x-navbar-fixed-top {
       background-color:#fff;   
    }
    

    If that doesn’t help please provide us your site url so we can take a closer look.

    Thanks

    #859757

    PanInternational
    Participant

    It didn’t work but I am already trying something different.

    Thank you any way

    #860101

    Prasant Rai
    Moderator

    Let us know how it goes.

    Thanks.