Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1210594
    SophiePeirce
    Participant

    Hi,

    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!

    #1210989
    Rupok
    Member

    Hi 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!

    #1211116
    SophiePeirce
    Participant

    ah perfect, thanks so much!!

    I knew it was not a complex answer… just could not figure it out.

    #1211279
    Paul R
    Moderator

    You’re welcome! 🙂

    #1212849
    musito
    Participant

    Goodafternoon, 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;
    }

    #1213251
    Rupok
    Member

    Hi @musito

    Can you provide the URL of that category page?

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1210594 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>