Hi there,
My blog page isn’t displaying thumbnail images correctly. The image should take up the full thumbnail, instead it’s only covering part of the thumbnail and the rest is a green color pulled from my theme settings. Can you help me fix this? Thank you!
Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.template-blog .blog-meta a {
background: transparent;
}
Best regards,
Yigit
Thank you! That’s somewhat improved, but that green box still shows up when I hover over those images. Also, the images are still not filling the squares, and are a variety of sizes. Can you help position those pics properly within the square frame? Thank you!
Hi,
Kindly add !important to Yigit’s code, it should look like this:
.template-blog .blog-meta a {
background: transparent !important;
}
Let us know if it works :)
Best regards,
Nikko