Remove date/author from block 5

Posted in: Newsmag
Post count: 114

Hi Calin,

how do I remove the author and date from block 5?

See screenshot please:
https://www.dropbox.com/s/xjtjmz79y6luhiu/tagdiv.jpg?dl=0

Thank you in advance and best regards,
Luke

  • This topic was modified 5 years by luke-tt.
Post count: 35449

Hi luke-tt,
Those elements can be disable only global -> https://i.imgur.com/LZDqfCS.png
If you want do do it only for specific block, then it need to be use custom css -> https://i.imgur.com/LjL29oI.png
.td_block_5 .meta-info {
display: none;
}

This code need to be set in theme panel> custom code> custom css.
Also it will apply on all blocks 5.
Hope this will help you!

Post count: 114

Hi Calin,

thanks a lot 🙂

Great theme, great support!

Best regards,
Luke

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