Tagged: x
-
AuthorPosts
-
November 8, 2016 at 8:03 am #1248669
rkassebaumParticipantFor 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.
November 8, 2016 at 8:34 am #1248702
RahulModeratorHey 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!
November 8, 2016 at 12:29 pm #1249065
rkassebaumParticipantI inserted the code and that didn’t work. Any other suggestions?
November 8, 2016 at 12:32 pm #1249068
rkassebaumParticipantI changed the nav bar height to 1 and that should work.
November 8, 2016 at 12:34 pm #1249069
rkassebaumParticipantHowever, that didn’t remove the 3 lines which represent the menu on a mobile phone. Any suggestions on removing that?
November 8, 2016 at 2:01 pm #1249152
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-navbar-wrap { display: none !important; } -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1248669 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
