Removing the portfolio category selector

Home Forums Jevelin Theme Removing the portfolio category selector

Home Forums Jevelin Theme Removing the portfolio category selector

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • erikj80303
    Participant

    Hi,

     

    I would like to just show all categories of the portfolio and hide the category selector at the top.  How can I do that?

     

    Here is the page I am interested in:

    http://www.hightechhealth.com/portfolio/

     

    Thanks!

    Erik

    Hi Erik,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .page-id-90 .sh-portfolio-filter-style2 {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    erikj80303
    Participant

    Thanks, that worked perfectly!

     

    Out of curiosity, is it pretty easy to remove the category selector, but display a particular category (rather than all categories)?

     

    Thanks again.

     

    Erik

    Out of curiosity, is it pretty easy to remove the category selector, but display a particular category (rather than all categories)?

    If you tell me which particular category you want to display on your site then i can develop custom CSS code to achieve this.

    erikj80303
    Participant

    Thanks.  I would like to show the category “Books”.

     

    Erik

     

    I tried to access your shared portfolio page to develop custom CSS code to show the category “Books” but the page is not accessible.

     

    Could you please make sure that the page is accessible and working?

    erikj80303
    Participant

    Very sorry about that!

     

    That link changed to:

    https://www.hightechhealth.com/publications/

     

    Erik

    To achieve this please try using the custom plugin solution shared in the following topic.

     

    https://support.shufflehound.com/forums/topic/how-can-i-remove-all-from-portfolio-categories/#post-12314

Viewing 8 posts - 1 through 8 (of 8 total)