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?