Background color fill behind/under image

I am not sure what is causing this. I created a new post and the background behind the image is displaying (a red line) on the bottom portion of the image.

I tried uploading a larger photo to see if it would cover the (red) background.

How can I resolve this? Thank you in advance for your support.

See link…

Hello @wghiacy,

Thanks for writing in!

Please add following CSS under X > Theme Options > CSS:

.entry-thumb {
    background-color: transparent;
}

.entry-featured {
    padding-bottom: 0;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thank you!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.