Turn off meta info for some blocks but not all

Posted in: Newspaper
Post count: 19

Is there a way to turn on or off meta info on a per block or module basis? On my homepage I’ve got some blocks where I want the date to be shown, but not all. I’ve seen how to globally change this for all blocks/modules, but that isn’t helping.

Suggestions?
Thanks,
Kent

Post count: 35449

Hi,

Unfortunately our theme don’t have such option, but you can hide them with custom css, for example hide all meta from all pages from block 1
https://www.screencast.com/t/ftJz4kaMb2
https://www.screencast.com/t/O10pqaEZTch
.td_block_1 .td-module-meta-info{
display: none;
}

Also you can read about Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hope this will help you.

Thank you for your understanding.

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