Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #357800

    Hello.

    I am trying to remove only the comment count on the blog category pages. You can see the page I am working on below.

    I have found CSS changes that remove everything in “slide-meta” but I would like to keep everything else, the date I guess.

    Do you have a band aid I can put into the Quick CSS?

    : )

    #358371

    Hey ronmccoy100!

    Add this to your custom CSS.

    .slide-meta .slide-meta-del, .slide-meta .slide-meta-comments {
        display: none !important;
    }

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.