-
AuthorPosts
-
April 29, 2014 at 11:28 am #38549
Charan RParticipantIs there a way to remove the menu completely? I have assigned a menu and added no links to it (which gets rid of the “assign a menu” prompt) and that works fine for desktop but on the mobile version the nag button still appears. I want to remove navigation completely for now.
April 29, 2014 at 9:36 pm #38731
SupportMemberHi Charan!
Thank you for using the theme!
Just leave the menu there then add this on Customizer > Custom > CSS:
.x-nav-collapse.collapse { display: none; }This should remove the navbar entirely. Cheers!
April 29, 2014 at 10:16 pm #38739
Charan RParticipantThis reply has been marked as private.April 30, 2014 at 6:10 pm #39080
RadModeratorHi Charan,
You could change it into,
.x-btn-navbar, .x-nav-collapse.collapse { display: none; }🙂
May 1, 2014 at 11:37 am #39387
Charan RParticipantNo dice. Any other suggestions. 🙂
May 1, 2014 at 11:31 pm #39655
SupportMemberYo Charan!
Try out
.masthead-inline .x-btn-navbar { display: none; }If it still doesn’t work try forcing it as important.
.masthead-inline .x-btn-navbar { display: none !important; }Cheers!
May 2, 2014 at 12:31 pm #39818
Charan RParticipantBOOM! 😀
May 2, 2014 at 8:36 pm #40008
SupportMemberBoom Charan Charan! 🙂
Let us know if you need anything else.
May 8, 2014 at 12:30 am #42027
q jParticipantSupport, I used all CSS recommendations, takes care of the top menu but now the bottom. What is the CSS code to remove bottom menu? TIA
May 8, 2014 at 4:54 pm #42319
RadModeratorHi Q J,
What do you mean by bottom menu? Could you provide a url address, or a screenshot?
Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-38549 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
