Okay
  Public Ticket #1473827
Hide portfolio category menu
Closed

Comments

  • dinekevandijk started the conversation

    Hi There,

    How do I hide the portfolio category menu on the portfolio page? When I try to do so, the portfolio items are no longer visible on the portfolio page.

    Kind regards!


  •  291
    Paul replied

    Hi there!

    Please apply this custom CSS to hide the portfolio category menu:

    .portfolio-category-wrapper {
        display: none;
    }
    

    I hope it helps!

    Regards,
    Paul