We are using categories and wanted to hide the “All” tab. Apparently, it’s possible with the CSS code only:
.eapp-portfolio-project-list-categories-item:nth-child(1){
display:none;
}
Please add settings for it into the widget. Thank you!
We are using categories and wanted to hide the “All” tab. Apparently, it’s possible with the CSS code only:
.eapp-portfolio-project-list-categories-item:nth-child(1){
display:none;
}
Please add settings for it into the widget. Thank you!