Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874313

    Laura N
    Participant

    Is there a way to automatically show the options for the sort feature in the portfolio section?

    http://theme.co/x/demo/integrity/1/portfolio/

    I only have 4 options and I would like to avoid any extra clicks for the user

    Thanks much! great theme

    #874843

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

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

    Hope it helps.