Hello, I’m trying to put a featured image for the entry’s or disable the little image that appears, better this last option.
I tried to found on the template but I can’t see.
Hey digitalaepa,
Thank you for the inquiry.
Could you explain the issue a bit? The screenshot is not available when we checked. Please use platforms like Savvyify, Imgur or Dropbox for the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.
Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
Ismael
I can’t find where put this picture (it’s a entry of news).
Hi,
Thank you for the screenshot.
You have to apply a featured to the posts.
// https://wordpress.com/support/featured-images/#set-a-featured-image
However, if you want to completely remove the box, just add this css code:
.news-thumb {
display: none;
}
Best regards,
Ismael
Thanks for the fast reply, I used the css code and works perfect.