Home › Forums › Pro Support › Change the Images Overlay Icon › Reply To: Change the Images Overlay Icon
July 28, 2016 at 11:39 pm
#324
Keymaster
You can do something like this:
.wp-show-posts-image-overlay:not(.no-icon):before {
font-family: FontAwesome !important;
content: "\f0e7" !important; /* replace with the unicode you want to use */
}