- Acme Themes

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?

#54057
veehikle
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?