To remove comments with CSS on the DIVI theme, just add this code in theme option's custom css:
 
.single-project #comment-wrap{
display:none;
}