Images Inside of Post

Posted in: Newspaper
Post count: 20

Hello,

The images inside of my post have a yellow boarder at the bottom. I have been able to change the yellow color throughout the site, except for the yellow boarder at the bottom of the images in the actual post. Can you please tell me how to remove the boarder from the images inside the post and/or customize the color? I am using the animal pro theme. You can also see the issue I am referring to by viewing my website at http://www.shesarrived.com

Thank You!

Post count: 35449

Hi,

Thant color is set using a custom class in theme panel, this class is set on theme body -> what you can do is to use a custom css like this one and change the color -> https://i.imgur.com/q3PoTLt.png
.td-animals-pro .td-post-content img {
border-bottom: 5px solid red;
}

or remove it -> https://i.imgur.com/e0IQ5Rr.png
.td-animals-pro .td-post-content img {
border-bottom: none;
}

This code need to be set in theme panel> custom code> custom css.

Hope this will help you!

Post count: 20

This worked perfectly. Thank You so much for your help and quick response!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.