Animals Magazine Post IGallery mage Yellow Bottom Border

Posted in: Newspaper
Post count: 45

Hello,

I’m doing some testing with the Animals Magazine pre-built theme. On blog posts, the gallery images have a yellow border below them. Where do I change this colour? I’ve changed the theme’s accent colour and manually updated the colours on all the various elements throughout the theme demo content. This is the only one that I can’t change from yellow.

I can’t see it in the single post element. It’s probably obvious, but I can’t see it anywhere.

View post on imgur.com

Post count: 21065

Hello!

For example, here is a border: https://app.screencast.com/velZwXJsgluHI You can change the border color or delete that 5 value to make the line thinner or you can delete it.

Thank you!

Post count: 45

Hi Bettina,

Thanks, but it’s not the featured image I’m trying to change. It’s the ones included in the post content further down the page.

I can see options in the single post content element to adjust the position of the images to get the effect where they are offset to the left by 60 pixels, but nothing for colour.

Post count: 21065

Hello!

You can do this via CSS code. Add it in the Live CSS section or the Theme panel -> Custom code -> Custom CSS.
To delete the line:

.td-animals-pro .td-post-content img{border-bottom:none!important;}

To change the color:

.td-animals-pro .td-post-content img{border-color:red!important;}

Thank you!

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