Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1064677
    bergtop
    Participant

    Hello,

    I want a transparant static header with revolution slider on a specific page.

    On the forum I saw this solution

    .page-id-xx .x-navbar-fixed-top-active .x-navbar-wrap {
        height: 0;
    }
    
    .page-id-xx .x-navbar {
       background-color: transparent;
       box-shadow: none;
    }

    But this only works for fixed headers. Changed the code from fixed to static but that did not do it for me.

    Any suggestions would be welcome.

    It is for this page:

    http://www.brainbulb.nl/home/

    Thx in advance,
    Dimitry

    #1064684
    bergtop
    Participant

    I think I fixed it

    .page-id-3091 .x-navbar {
       background-color: transparent;
       box-shadow: none;
      height: 0;
    }
    
    #1064757
    Prasant Rai
    Moderator

    Glad to hear that. Feel free to ask us again. Have a great day! 🙂

  • <script> jQuery(function($){ $("#no-reply-1064677 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>