Hidden author and data on all posts

Posted in: Newspaper
Post count: 8

Hi There.
I need to hidden on all posts the author. I deactivate in theme panel the show author and date, i add in css
.td-post-date, .td-author-line{
display: none!important;
}
and the author isn´t hidden.
How i can do it?
Thank you very much.

Post count: 20688

Hi,

There is a setting in the theme panel that removes the author name on posts
https://www.screencast.com/t/xc1ge2g5
https://www.screencast.com/t/q9WTGGffiHR
This setting should be sufficient, there would be no need for additional CSS code. If you disabled them in the panel as shown and they are still displayed, try clearing any installed cache. It could be a caching issue.

Thanks

Post count: 8

Hi there,
I do it but it doesn´t work.
How can i hidden the author and date?
Thank you for your patience.

Post count: 20688

Hi,

That is unusual, I have tested the setting and it works properly. That is the purpose of the option, to remove the author name on posts if not needed.
It could be removed with CSS as well like this
https://www.screencast.com/t/22a8w9ii

.single .td-post-title .td-post-author-name {
display:none;
}

But as I mentioned before, this would not be needed since there is a theme option specially for this. Please provide a link to your website so we can inspect it.

Thanks

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