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
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
Brilliant!
Thanks for your super-fast response.