Image on an article

Hello everyone,

2 questions:

  • I have an article with a “forward image” and I would like the image appears in my home page but not inside the article like it is now. Is it possible?

  • Is is possible to remove or hide in an article the date and the name of the one who posted it?

Thank yu

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the items by going to Appearance > Customize > Additional CSS and pasting it there.


img.single-featured.wp-post-image {
    display: none;
}
.entry-meta {
    display: none;
}

Best Regards,
Support

Thank you so much!!!

Hello there,

You are most welcome.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support