Problem with reply

Hello !
I have a problem with my comments/reply on my online Shop.
I disable the comments all over my website but in my product page , it still exists like : http://egolecachalot.com/catalog/no-categories/album/

Is there a custom css to disable this ?

Add this code to Theme Options - Other - Custom CSS and it will hide comments from all pages.

#comments {
    display: none;
}

Thanks ! it’s perfect !