Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #706523

    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!

    #707139

    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

    #707467

    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!

    #707570

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.