Okay
  Public Ticket #2635238
Remove "all" and set a default category in portfolio
Closed

Comments

  • Medicha started the conversation

    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

  •  2,963
    Andrew replied

    Hi Medicha,

    Try the following custom css:

    .portfolio-filters-inline .container > ul li:nth-child(1) {
        display: none;
    }
    

    Choose your starting category also

    9996262970.png


    Kind regards.