Hello,
I am using the Enfold theme on my website and utilize the blog function in various areas. I have one section for a standard blog with images, and another as a text-only blog for displaying client testimonials. In the text-only blog, a placeholder image is displayed for each entry without an image, which I would like to remove. Could you please guide me on how to remove or hide the placeholder images in the text-only blog section?
Thank you!
Hey agenturwendt,
Thank you for the inquiry.
Are you using the Blog Posts element? You could set the Blog Style to List Layout to automatically get rid of the featured images. Or post the site URL in the private field so that we can check the elements.
Best regards,
Ismael
Hi Ismael,
whan I chance to List Layout there are no placeholder images. But I would like to use the grid layout. I post the URL in the privat field so that you can see what I mean.
Best regards,
Sabo
Hi,
Thank you for the info.
You can use this css code to hide the featured images in the grid layout.
.slide-image {
display: none !important;
}
Best regards,
Ismael
Thank you Ismael,
but this code removes all blog images. I just want to hide the placeholder images. (Please check the link).
Hi,
Sorry about that. Try to replace the previous css with the following code.
.fake-thumbnail .slide-image {
display: none;
}
Best regards,
Ismael
Perfect! Thank you so much, Ismael!
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike