In-Content Image Border

Posted in: Newspaper
Post count: 111

Border to in-content images or media

Here is the Image

www[dot]networkherald[dot]com

Post count: 35449

Hi,
Do you want to set borders for all images inside the posts?
If is so, then you can use a custom css that will apply on all images inside the pots -> https://i.imgur.com/SmhMHAU.jpg
.single picture img {
border: 5px solid #888;
}

This code need to be set in the theme panel > custom code> custom css.
If this was not what you mean, then please let me know!
Thank you!

Post count: 111

Thanks for the help. Could you help me more in regarding in-content Ads.
This is how my current ad looks

I want background color for ads layout like this.

Post count: 21065

Hello @iamratnesh!

Add this CSS code:

.tdb_single_content .td-a-ad{ background-color: #eaeaea;}

Thank you!

Post count: 111

Also some space below it so the text looks good. How’d I do that?

Post count: 111

Need a little space below it (not above)

Image

Post count: 21065

Hello @iamratnesh!

Then please replace the previous code with this one:


.tdb_single_content .td-a-ad {
background-color: #eaeaea;
margin-bottom: 20px!important;}

Thank you!

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