Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1039892
    pixelsock
    Participant

    Trying to solve two problems with the nav transparency.

    Looking to make the nav transparent on desktop only.

    I’m also trying to make the nav transparent and keep the margin above the slider. I made it transparent, removed the margin but the nav is overlapping the slider?

    #1039982
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Also share the code you are using right now.

    Cheers!

    #1050975
    pixelsock
    Participant
    This reply has been marked as private.
    #1051034
    Thai
    Moderator

    Hey There,

    Please find this CSS:

    .x-navbar-wrap {
        margin-bottom: -110px;
    }

    And change to this:

    @media (min-width: 980px){
        .x-navbar-wrap {
            margin-bottom: -110px;
        }
    }

    Hope it helps 🙂

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