Post author name and date on frontpage

Posted in: Newspaper
Post count: 14

Hi there,

is there a possibility to remove the post author’s name and the post date on the frontpage’s latest articles section?

Kind regards

Post count: 20688

Hi,

There is an option to remove the author name and date for all the modules and blocks
https://www.screencast.com/t/N42jD1o9
However if you would like to remove them only for the Latest articles section, you could try a code like this for example
https://www.screencast.com/t/SbpFu4SlsnrN

.td-pb-article-list .td-main-content .td-post-author-name,
.td-pb-article-list .td-main-content .td-post-date {
display: none;
}

Thanks

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