Hide Date (or other Meta info) on Modules/Blocks

Posted in: Newspaper
Post count: 16

I’d like to show dates on most blocks, so I have “Show Date” set to ON under Theme Panel>Block Settings>Meta info on Modules/Blocks.

But I’d like to hide dates only on Block 7.

Can someone please help me with a CSS code snippet to hide the date on Block 7?

I started building my site form the Sound Radar demo if that helps.

https://demo.tagdiv.com/newspaper_sound_radar/

Thank you!

Post count: 23312

Hi,

Try to use the code below and place it in Theme panel -> Cusotm CSS area.

.td_block_7 .td-module-date{
display:none;
}

Thanks.

Post count: 16

Thanks, Catalin. That worked, and it helped me figure out how to also hide the author (.td-post-author-name) as well as all meta info (.td-module-meta-info).

Post count: 23312

Hi,

Please notice that the author information is not displayed for that kind of block. Provide your website URL so I can take a closer look at it and so I can provide a more accurate response. If you want to hide the author data meta information, for blocks, you need to go to the Theme panel and turn off from there.

Thanks.

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