How to remove Author name & Date from the front page of posts?

Posted in: Newspaper
Post count: 34

Hello, I tried removing the Author Name and Date from the Theme Panel but it still appears on the Front Page of each post. How can I remove the Author Name and Date? Thanks in advance.

Post count: 18283

Hello !

Please provide a link to your website and we will take a look.

Thank you !

Post count: 34

flickstowatch.com

Post count: 18283

Hello !

Please use this code: .td-post-author-name {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 34

Thank you, how do I remove the date?

Post count: 18283

Hello !

For the date add this css too: .td-post-date {
display:none;
}

Thank you !

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