• Resolved entangledroots

    (@entangledroots)


    So on my site at entangledroots.com, I have attempted to totally remove commenting. I also desired to remove the ‘leave a comment’ link on the front/blog page. I thought I was successful using
    .comments span { display:none !important; }
    But, after a new post, the text has appeared again on the new post (never did get rid of the little speech bubble image).I know this has been reappearing (ha!) topic for forever, but this behavior seems to be peculiar. Any help would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • David_G

    (@questas_admin)

    In your dashboard go to SETTINGS>DISCUSSION> Uncheck > Allow people to post comments on new articles

    Thread Starter entangledroots

    (@entangledroots)

    Thanks, sorry if I wasn’t clear, but that’s done and done. No comments are possible for posts, pages, products, etc. What I am referring to is the ‘Leave a comment’, or ‘comments are closed’ text below the image of a post preview, which stays visible despite comments being disabled. The code posted above rendered that text invisible for all post previews until I published a new post. Now the ‘leave a comment’ text is visible again (only for the newest post). It seems like an oddity, but I cant figure it out.

    David_G

    (@questas_admin)

    Sorry, I can’t figure that one out either, I can get rid of all the meta tags but not just the “leave a comment” even though that was all I selected using firebug, even tried using chrome’s inspector, with that I got an ELEMENT selector to work, but what element?

    Thread Starter entangledroots

    (@entangledroots)

    I must have had some cache issue, as the above code does work – and to remove the icon as well, I had to use ::before

    .comments span { display:none !important; } <<< for the text

    .comments::before { display:none !important; } <<< for the icon

    I will mark this resolved ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mystile "Leave a Comment" woes..’ is closed to new replies.