Remove Author name and Date in Block 5

Posted in: Newsmag
Post count: 10

How to remove the Author Name and Date in Block 5?

Post count: 23312

Hello About Us 2018,

If you want to hide the author and date for block 5 you should use a bit of CSS code for this. Take the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_module_3 .td-post-author-name, .td_module_3 .td-post-date{
display:none;
}

The result is here -> https://www.screencast.com/t/1ilWq23nA

Thanks for your understanding!

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