Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1194029
    dabbevdbrand
    Participant

    Hi guys,

    I am looking to remove the portfolio button and just show all the categories immediately.

    can you help?

    #1194032
    dabbevdbrand
    Participant
    #1194127
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .page-template-template-layout-portfolio .option-set {
      display: none;
    }

    Hope this helps.

    Cheers!

    #1195318
    dabbevdbrand
    Participant

    Hi thanks for your reply,

    I think you didn’t understand what I meant, this removes only the button.

    What I am trying to achieve is that you only see the categorie buttons so you can sort them. They have to appear right away so basically you remove one step. the step of clicking on sort.

    thanks

    #1195325
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    .x-portfolio-filters-menu {
        display: block !important;
    }
    
    .x-portfolio-filters {
        display: none;
    }
    

    Hope that helps.

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