Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #233135

    I’m testing the default grid for blog, and if I have no featured image, Enfold display a fake image, the one with a grey circle with a pencil inside. Is it possible to tell enfold to only hide this fake image if a post do not have a featured image.
    Thanks

    #233850

    Hi pako69!

    Thank you for using the theme. I hope you’re doing great.

    Please add this on Quick CSS or custom.css:

    .fallback-post-type-icon {
    display: none !important;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.