Tagged: x
-
AuthorPosts
-
October 10, 2016 at 5:39 pm #1210594
SophiePeirceParticipantHi,
Ive searched everywhere for the correct selectors for the global css, yet have not been able to achieve removing the sidebar from displaying on my portfolio category archives page.
Renew stack –
url: http://jeffcarreira.com/item-category/books/Thankyou!
October 11, 2016 at 1:25 am #1210989
RupokMemberHi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.archive.tax-portfolio-category .x-sidebar { display: none; }If you want to make the content width to fullwidth then add this as well :
.archive.tax-portfolio-category .x-main { width: 100%; }Hope this helps.
Cheers!
October 11, 2016 at 3:39 am #1211116
SophiePeirceParticipantah perfect, thanks so much!!
I knew it was not a complex answer… just could not figure it out.
October 11, 2016 at 6:19 am #1211279
Paul RModeratorYou’re welcome! 🙂
October 12, 2016 at 7:24 am #1212849
musitoParticipantGoodafternoon, I have my own category called: Spettacoli how can I do for hide the sidebar only in this category?
I tried wwith this but doesn’t work 🙁.archive.tax-Spettacoli-category .x-sidebar {
display: none;
}October 12, 2016 at 12:14 pm #1213251 -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1210594 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
