Hi,
Welcome to SeaTheme forum.
1. To hide the ‘All’ filter item, please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.filters-ul > li:first-child { display:none; }
2.
only see ‘commissioned work’ when entering the site
It needs to add custom JS code by a 3rd plugin – ” Simple Custom CSS and JS”, refer to -> https://doc.seatheme.net/general-topics/how-to-custom-a-wordpress-theme/#javascript-codes
Add the JS codes in the plugin:
window.onload = function(){
if (jQuery('[data-filter=".filter_commissioned"]').length){
setTimeout(function(){
jQuery('[data-filter=".filter_commissioned"]').trigger('click')
},50)
}
}
Regards!
SeaTheme – FAQs – Twitter – Facebook