Hide Author / Date in Blocks and Grids

Posted in: Newspaper
Post count: 29

Hello

I would like to hide the author and date in blocks and grids. See Screenshot below:

http://www.screencast.com/t/ma3HGgNX4j2

Best rgds

Roger

Post count: 7909

Hi,

There is an option to disable author and date from Theme Panel > Post Settings, this will be applied on posts, modules globally. If you don’t want to hide them from your post pages, you can do this using custom css in Theme Panel > Custom Css – http://screencast.com/t/4iRddMNCSz and also for archive templates(categories, tags…) or search page – http://screencast.com/t/BkCgEFnCn

.page .td-module-meta-info, .archive .td-module-meta-info, .search .td-module-meta-info {
display: none;
}

Thanks!

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