Hi,
how can i delete the post thumnail showed in singleposts (with php not with css (display:none I dont want to do cause the thumnail is loaded anyway, only not displayed).
Best regards
Hey Pasi91!
Please edit your blog post and check “Don’t display image on single post” under featured image
Regards,
Yigit
Thank you, the single Post dont display the image anymore. But there is still the Default Icon with the pencil. Is there an option to remove it (without css –> display:none)
Best regards
The site is under construction so I send you in the privat section a link with the screenshot.
Best regards
Hi,
We need to inspect the element itself so I screenshot is not much use but you can try the following in Quick CSS:
.blog-meta {
display:none !important;
}
Best regards,
Rikard
Okay,
I will send you a link when the site is online.