TagDiv Block 10 Customizations

Posted in: Newspaper
Post count: 56

TagDiv Block 10 Customizations needed – I need to remove the Author name and date. Or how can I just unlink to Author name there. The website I am talking about is this – Tech News and updates.

Post count: 23312

Hello k2point0,

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

The code is ->

.td-post-author-name{
pointer-events:none;
}

The second solution would be to remove this meta information from Theme panel, like this -> https://www.screencast.com/t/MHCriIbGyha

Hope this helps!

Thanks for the message!

Post count: 56

The code actually unlinks user name but text and comment were present. The second solution worked.

Thanks!
Thread closed!

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