I have enabled featured images on my site. When I hover, the image is replaced by just a solid color (in this case, orange – my site’s color motif). Anybody know? TIA for your help!
As you can also see on the theme demo page, the featured images have a hover effect which applies a semi-transparent overlay in the theme’s accent color.
The opacity of the overlay is not directly configurable, but can be adjusted with CSS: body #container article.hentry .post-thumbnail-container:hover a::after { opacity: 0.5; }