Tagged: x
-
AuthorPosts
-
May 22, 2016 at 11:56 pm #1004615
Jeremy PParticipantHow would I omit my main sidebar from a forum?
May 22, 2016 at 11:57 pm #1004616
Jeremy PParticipantAll forums, actually
May 23, 2016 at 12:11 am #1004621
RupokMemberHi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL (exact URL of your forum pages). 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.
May 23, 2016 at 11:26 am #1005491
Jeremy PParticipanthttp://smartnutrition.ca/forums/forum/happy-healthy-eaters/
That’s the specific forum I’m working on right now, but any under http://smartnutrition.ca/forums/
May 23, 2016 at 11:32 am #1005501
RupokMemberHi there,
Thanks for the URL. You can add this under Custom > CSS in the Customizer.
.forum.bbpress .x-sidebar { display: none; } .forum.bbpress .x-main.left { width: 100%; }Hope this helps.
Cheers!
May 23, 2016 at 11:33 am #1005502
RahulModeratorHi There,
To remove the sidebar on the forum’s pages, try adding the following CSS under Customize > Custom > CSS:
body.bbpress { background-color: #fff; } body.bbpress aside.x-sidebar.right { display: none; } body.bbpress .x-main.left { width: 100%; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1004615 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
