Best Premium and Free WordPress Themes › Forums › DuperMag › How do you remove the "comments off" on the thumbnails? › Reply To: How do you remove the "comments off" on the thumbnails?
May 25, 2019 at 1:12 pm
#54057
Participant
I have a site – http://www.mrlocalhistory.org and I’m trying to remove the comments off – date, and author name on the feature slider AND the two feature boxes.
`.slider-feature-wrap .post-date span {
display: none;
}
.entry-meta .byline, .entry-meta .cat-links { display: none; }
.entry-meta .posted-on { display: none; }
Neither have worked. Any thoughts?