Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #657200

    Hi I would like to replace the missing image icon the blog grid uses. Currently it is a pencil. I would like it to be this poppy image:
    http://shaftesbury-remembers.goldhillmuseum.org.uk/wp-content/uploads/2016/07/poppy_3.png
    Please can you let me know the css to use?
    Thanks
    Rob

    #657202

    Hey fanlokbun,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    span.fallback-post-type-icon:before {
        display: none;
    }
    span.fallback-post-type-icon {
        background: url(https://shaftesbury-remembers.goldhillmuseum.org.uk/wp-content/uploads/2016/07/poppy_3.png)!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: 50% 50%!important;
    }
    

    Best regards,
    Yigit

    #657212

    Brilliant!
    Thanks for your super-fast response.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Replace blog default missing image fallback icon’ is closed to new replies.