Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040704
    Maulana A
    Participant

    Hy there Themeco Staff

    I have a simple question.

    How can I achieve transparent border box of the mobile navbar just like the left side on the picture I send to you. Mine on the right side.

    Thanks for the Support.

    #1040806
    Prasant Rai
    Moderator

    Hello 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.

    Thanks.

    #1040855
    Maulana A
    Participant

    http://percetakanbintang.com

    Transparent border box of the mobile navbar just like https://www.versame.com/ have.

    Thanks

    #1041190
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-navbar {
        -webkit-box-shadow: 0px 7px 31px -5px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 0px 7px 31px -5px rgba(0, 0, 0, 0.55);
        box-shadow: 0px 7px 31px -5px rgba(0, 0, 0, 0.55);
    }
    .x-navbar .mobile .x-nav li>a {
        border: none;
    }
    a.x-btn-navbar {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    

    Hope that helps.

    #1046240
    Maulana A
    Participant

    Nice. It works. Thank you brother.

    #1046420
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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