Hi. I would like to eliminate sort function/button from portfolio main page (integrity stack), I’ve got just a few items and I don’t need it… How to achieve it?
Hi Angelo,
Please edit the portfolio page and scroll down to the Portfolio Settings and click on the Disable Filtering option.

Hope this helps.
I did it and updated the page, but sort button is still on the page. I renamed the page “Portfolio” to “Servizi” - does it have any importance?
Hello Angelo,
It should not matter as long as you set the Page Template to Layout - Portfolio.

I have tried to check the site attached to your license but there is an under construction page active.
For the meantime, try adding this code in X > Theme Options > CSS:

.option-set {
display: none;
}
Hope this helps.
page template was already set to layout - portfolio; only after adding option-set display:none to css it finally disappeared.

thanks for helping.
You’re welcome. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.