Hey lukemontagu!
Thank you for using our theme.
You can switch off comments with the standard WP setting:
Dashboard -> Settings -> Discussion -> Default article settings checkbox “Allow people to post comments on new articles”
You can disable it for each post by opening the post for editing and uncheck “Allow comments.” in the discussion meta box.
Best regards,
Günter
Hi Günter,
Thanks for helping me out. I have exactly done what you said, and this brings me to another question. Now that visitors are not able to comment on posts, how do I remove the # comments in the Blog collector module? See my website for an example.
Cheers,
Dennis
Hi Dennis,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-content-slider .slide-meta div.slide-meta-comments,
.avia-content-slider .slide-meta div.slide-meta-comments + .slide-meta-del {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria