Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #295344

    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?

    #295347

    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

    #295355

    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;
    }
    #295370

    Hey!

    You are welcome Guenter, we are always glad to help :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘no featured image – Widget concerning’ is closed to new replies.