It doesn’t seem to matter where I put this, in Quick CSS or in Enfold Child CSS, it never seems to remove the #of comments or the “uncategorized” elements from the top of my posts. Any ideas? I have cleared the cache several times and used different browsers….
Hi!
Try with this code:
.comment-container.minor-meta, .text-sep-comment {
display: none;
}
Regards,
Josue
Thanks. That removed the number of comments part, but “in Uncategorized /” is still visible.
Hi!
Please add following code to Quick CSS as well
.blog-categories, .text-sep-cat { display: none !important; }
Regards,
Yigit
Thanks, it worked!