Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248669
    rkassebaum
    Participant

    For http://www.barnasdrug.com they only want a one page website. So, I have removed any menu’s. However, the area where the menu should be still shows up. Is there a way to get rid of this area. Do want to keep the footer.

    #1248702
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Kindly add the following CSS at Appereance > Customizer > Custom > CSS :

    .x-navbar-fixed-top-active .x-navbar-wrap {
      height:0px;
    }

    Hope this helps, let us know how it goes!

    #1249065
    rkassebaum
    Participant

    I inserted the code and that didn’t work. Any other suggestions?

    #1249068
    rkassebaum
    Participant

    I changed the nav bar height to 1 and that should work.

    #1249069
    rkassebaum
    Participant

    However, that didn’t remove the 3 lines which represent the menu on a mobile phone. Any suggestions on removing that?

    #1249152
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .x-navbar-wrap {
    display: none !important;
    }
  • <script> jQuery(function($){ $("#no-reply-1248669 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>