Need to remove editor name on AMP page last posts

Posted in: Newspaper
Post count: 6

With AMP activated on the home page, after update, all posts show editor name. I can not find where to remove this, I only want the date. Can you help ?

editor name

Thank you

Post count: 6
Post count: 21065

Hello @MrFrog5!

Unfortunately, you can hide it only with some CSS: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Post count: 6

Thank you

Have to add the code in the mobile(amp) section, custum css code.

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

  • This reply was modified 4 years by MrFrog5.
Post count: 21065

Hello @mrfrog5!

Yes, the CSS code needs to be set in the theme panel -> mobile theme -> custom code -> custom css.

Thank you!

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