Hi Giuseppe
Please let me know are you want to hide the project category bar from the home page project section.
See the screenshot http://prntscr.com/r0t23c
If yes please add the below CSS code in Additional CSS box.
You can find here Appearance >> Customize >> Additional CSS box
.theme-project .filter-tabs {
display: none;
}
Let me know if it works.
Thanks
ThemeArile