Remove Author from homepage

Posted in: Newspaper
Post count: 226

Hi,
How do I remove the author’s name from the homepage posts?
At the homepage the authors name appears in all the photos of each article *lest side bottom of each posts that appear at the homepage).
Thank you!!

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css to hide author on homepage:

.home .td-module-meta-info .td-post-author-name {
display: none !important;
}

Thanks!

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