Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #864835

    astrula
    Participant

    Hi,
    I have two questions concerning the portfolio:
    1. I like to change the top of the portfolio. Is it possible that the choice of the categories is visible without the button “Sort Portfolios”?
    2. Is it possible to change the order of the portfolio items and also of the categories?
    Thank you for your help

    #865339

    Christian
    Moderator

    Hey there,

    1. Please add the code below in your Appearance > Customize > Custom > CSS.

    .x-portfolio-filters {
        display: none;
    }
    
    .x-portfolio-filters-menu {
        display: block !important;
    }

    2. This isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding. Take care!

    #866191

    astrula
    Participant

    Thanks for your help!

    #866866

    Darshana
    Moderator

    Glad we were able to help 🙂