Please help! I have been through the topics here but cannot find anything that fixes this display issue.
I have added the following Simple CSS suggested as some moderators suggested in the topics I found when I searched here.
But they were quite old replies here so not sure if still valid.
.comment-container, .text-sep-comment, .text-sep-cat, .blog-author { display: none !important; }
span.minitext {
display: none!important;
}
h3.miniheading {
display: none!important;
}
The code did remove some lines, but I still see the Blog Replies button styling on the bottom of almost every page (except Home and About) with a note saying “You must be logged in to post a comment” .
The replies number is displaying as zero – probably because I don’t have any posts on this website as it is a simple services website and not a blog.
I have also turned off commenting in the Settings, but still no luck.
Any help much appreciated!
Thanks
Nicola
Hey love2web,
Please try the following in Quick CSS under Enfold->General Styling:
div.comment-entry {
display: none !important;
}
Best regards,
Rikard
Thank you so much! That worked perfectly.
Kind regards
Nicola