Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1103816
    Zapaccounting
    Participant

    Hi Guys! Just wondering if there’s a way to remove the “Sort Portfolio” toggle on the portfolio page and instead just display the portfolio categories right from the start.

    Lemme know please, thanks!

    #1103836
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

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

    Hope that helps. 🙂

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