Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1484518

    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

    #1484528

    Hey love2web,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.comment-entry {
      display: none !important; 
    }

    Best regards,
    Rikard

    #1484541

    Thank you so much! That worked perfectly.
    Kind regards
    Nicola

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to remove Replies Counter displaying on bottom of pages’ is closed to new replies.