if a post has no featured image a standard Image is shown on category listings (normaly that little pencil) this will work too on ajax search – if there is no featured image the fontello sign is shown.
But in the footer widget there is a black hole?
Is it possible to show than too the standard icon?
Hi Guenter!
Please add following code to Quick CSS and change the image as needed
span.news-thumb.no-news-thumb {
background-image: url(https://www.seeknewyorkllc.com/styling_packages/wardrobe_styling/files/stacks_image_2189.png);
}
Best regards,
Yigit
thanks – it works when adding the size for the background:
span.news-thumb.no-news-thumb {
background-image: url( to background-image );
background-size: 36px 36px;
}