Tagged: porfolio
Any chance to kill the all option in a sortable portfolio?
Hey!
Try adding this code to the Quick CSS:
.all_sort_button, .all_sort_button + span {
display: none !important;
}
Cheers!
Josue
Sorry , I want to disable it. The sortable Portfolio should show the first chosen category.
Hi,
Can you post the link to your portfolio please?
Regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.av-sort-by-term {
pointer-events: none;
}
Regards,
Yigit
CSS helps to disable the button but “all“ is still chosen by default. Is there anyway to choose a category that will be active by default?
Hi!
No, this is not possible at the moment. You can suggest this feature here: https://kriesi.at/support/enfold-feature-requests/ though.
Best regards,
Peter