Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #232441

    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….

    #232485

    Hi!

    Try with this code:

    .comment-container.minor-meta, .text-sep-comment  {
        display: none;
    }

    Regards,
    Josue

    #232771

    Thanks. That removed the number of comments part, but “in Uncategorized /” is still visible.

    #232784

    Hi!

    Please add following code to Quick CSS as well

    .blog-categories, .text-sep-cat { display: none !important; }

    Regards,
    Yigit

    #232786

    Thanks, it worked!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘.post-meta-infos { display: none; } never works’ is closed to new replies.