• Resolved tecnicaweb

    (@tecnicaweb)


    Ican’t find a setting to choose a default image for posts that don’t have a featured image, instead of empty_image.jpg.
    I think it might be useful…
    Thanks for your time!|

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tecnicaweb

    (@tecnicaweb)

    If someone is interested in my solution, you can use this custom css:

    .anwp-pg-post-teaser__thumbnail-img[style*=”img/empty_image.jpg”] {
    background-image: url(PATH-TO-YOUR-IMAGE/default-featured.png)!important;
    }

    Plugin Author anwppro

    (@anwppro)

    Thanks, @tecnicaweb for the idea!

    Added in v0.8.0.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change default featured image’ is closed to new replies.