Post images customization

Posted in: Newspaper
Post count: 57

Hi,

Where can I change this setting for the underline color of the images in the posts?

I have set up the theme color to red on all the website, I am using the Animals Pro template, but the underline of the images on the posts it’s still yellow.

Thank you,
Francesco

Post count: 35449

Hi,

If you are referring to this underline -> https://i.imgur.com/BfUr8BS.jpg this one is set with custom css, you can use this custom css
.td-animals-pro .td-post-content img {
border-bottom: 5px solid red;
}

it will change only the underline color for the image inside the posts, the code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Post count: 57

Hi,

Thank you for your help; it changed the color as I need it.

As I am not using a child theme, when I’ll update the theme to the next version, I will lose this customization?

Thank you,
Francesco

Post count: 35449

Hi,

Only the changes in theme files will be lost, all the settings/customization from theme panel will be saved in database, so the customization you have now will not be lost.

Thank you!

Post count: 57

Calin,

Thank you for the explanation. This is good to know.

Cheers,
Francesco

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