Home › Forums › Pro Support › How to show Post title on hover, Styling effect › Reply To: How to show Post title on hover, Styling effect
March 8, 2018 at 10:08 pm
#3819
Keymaster
Try this CSS:
.wp-show-posts-image-overlay.eye:before {
font-family: FontAwesome;
content: "\f06e";
}
You’ll need to update the unicode to your desired icon, and possibly the font family name if you’re using Font Awesome 5.
Let me know 🙂