Comments Medicha started the conversationDecember 17, 2020 at 5:07pmHello, In the portfolio section, I would like to display an active category in the portfolio space, instead of "All".I followed Sean's ticket, but it doesn't work completely. The first category, which I want to set as default, is not active. Do you have a css script to force the activation of a category on the portfolio page? Thanks in advance 2,963Andrew repliedDecember 17, 2020 at 5:36pmHi Medicha,Try the following custom css: .portfolio-filters-inline .container > ul li:nth-child(1) { display: none; } Choose your starting category alsoKind regards.1 Like Sign in to reply ...
Hello,
In the portfolio section, I would like to display an active category in the portfolio space, instead of "All".
I followed Sean's ticket, but it doesn't work completely. The first category, which I want to set as default, is not active.
Do you have a css script to force the activation of a category on the portfolio page?
Thanks in advance
Hi Medicha,
Try the following custom css:
Choose your starting category also
Kind regards.