How to delete/not delete date on each blocks

Posted in: Newspaper
Post count: 24

Hi,
I would like to delete a date information on specific blocks.
When I delete the date in theme panel, every date on blocks is gone.
How can I delete the date like a “Category tag on module/blocks” section in theme panel?

For example, I would like to show date on block(Latest News), but I do not need to show it other block “Popular Article”.

Post count: 23312

Hello Ken0929,

If you want to remove the date for a specific block you should use a bit of CSS code and target the exact block you want to remove this information. For example, if you want to remove the date for block 2, you should try the code below and place it in Theme panel->Custom CSS area.
The code is ->

.td_block_2 .td-post-date {
display:none;
}

Hope this helps!

Thanks.

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