Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252844
    akleineschay
    Participant

    Hello, I’m trying to make my navbar transparent over my slider and remove the border from the navbar. I found a previous discussion thread where someone had a similar issue and decided to add the following code to my CSS customizer.

    .x-slider-revolution-container.below {
    margin-top: -149px;
    }
    
    .x-topbar {
    border-bottom: none !important;
    }

    However, it doesn’t seem to be working properly. There is no change when I add this code. I’ll provide the credentials to my website in a following private post.

    Thanks!

    #1252845
    akleineschay
    Participant
    This reply has been marked as private.
    #1252930
    Rupok
    Member

    Hi there,

    Thanks for writing in! Let’s try this :

    header.masthead {
      left: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 999;
    }
    .x-navbar {
      background-color: transparent;
      border: medium none;
      box-shadow: none;
    }

    Hope this helps.

    #1254697
    akleineschay
    Participant

    This works great! Thanks!

    #1254966
    Christopher
    Moderator

    You’re welcome.

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