Show dates in specific blocks

Posted in: Newspaper
Post count: 83

Hello

I would like to know if it could be possible to show the date just in some specific blocks and big grids. Hiding the date in other ones.

Thanks

Post count: 22421

Hello,

This can be done either with css or by removing the date from particular block types in the code.
For example if I want to remove the date in a particular block, for example a big grid 1, I would use this code
.td_block_big_grid_1 .td-post-date{
display:none!important
}

If you wish to remove the date on another block, you can simply use the browser inspector and change the first class (.td_block_big_grid_1 with the class from the block you want to remove the date from)

I hope this helps.
Thank you!

Post count: 83

Hello

Ok thanks, the code worked great.

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