Hi there – we’re wanting to remove the comment meta data on our posts, but nothing we’ve tried via the custom CSS file works: .comment-meta .commentmetadata {display: none;} and a number of variations of such. Is something missing? We’ve tried dumping the cache so we don’t believe it’s that. Thanks in advance.
Hi newtheme4me!
can you please provide us with a link of your web site, which will also help us check, what needed to be done, if you have cache or anything that blocks the code to be applied?
Thanks a lot
Best regards,
Basilis
Thanks so much – we do have Cloudflare, but have cleared it multiple times. The site/sample post is:
Thanks!
Hey!
Please add following code to Quick CSS
span.comment-container, .text-sep-comment {
display: none!important;
}
Best regards,
Yigit
No change, unfortunately.
Never mind – we’ve decided to just leave it rather than fight with it. Thanks for your assistance.