Home › Forums › Pro Support › Custom Image Overlay Icon › Reply To: Custom Image Overlay Icon
June 21, 2019 at 3:48 pm
#9992
Keymaster
Give this a shot:
.wp-show-posts-image-overlay:not(.no-icon):before {
content: url( 'URL TO YOUR SVG ICON' ) !important;
width: 50px;
height: 50px;
}