Remove Author and Date from Block

Posted in: Newsmag
Post count: 106

We’d like to remove the author and date on the homepage only for Block 6. And also, remove the author and date from the Slide element.

For the individual posts, we’d like to have the author and date still displayed.

I searched the forum, but only saw an answer for the Newspaper theme. We’re running Newsmag.

Our site is helpuconquer.com

Thanks,

  • This topic was modified 10 years by awtown.
Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/NPqDq3ZP

.home .meta-info, .home .slide-meta-author {
display: none;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.