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?
: )
Hey ronmccoy100!
Add this to your custom CSS.
.slide-meta .slide-meta-del, .slide-meta .slide-meta-comments {
display: none !important;
}
Best regards,
Elliott