Hi,
Here is the video tutorial about disabling the comment on the post
– https://wpastra.com/docs/how-to-disable-comments/
If you want a quick solution, add this CSS code to custom CSS/Aditional CSS field:
.ast-separate-container .comments-area {
display: none;
}
-
This reply was modified 4 years, 9 months ago by FahimMurshed. Reason: link added