Hello, thank you for the theme!
Is there any way to make it so when you hover over the featured images on the posts in the grid, the title and description and white box do not appear? I want to have it be just the image, or maybe a transparent white box, but no words.
Thank you
Hi,
To remove the title and description when you hover over the post just add below custom CSS code in Appearance > Customize > Additional CSS
.post-main .has-post-thumbnail .entry-wrap:hover .entry-main { display: none; }
Thank you for using our theme.
It works, thank you!
Welcome anytime @bluewjunk