CSS code for insert a grid around images.

Posted in: Newspaper
Post count: 52

Hi,

I’d like to insert a grid around the images in post. I tried to add CSS like this

img.grid {border: solid 1px #3E3E3E;}

or

img.w {
border:1px solid #c7c7c7c7;
}

But both didn’t work.

Could you please tell me the right code for “Beauty Blog” theme?

Thank you.

Post count: 18283

Hello !

Please try this code:

.td-post-content img{
border: 50px solid #c7c7c7c7;
}

Let me know how this worked out for you !

Thank you !

Post count: 52

Thank you! It works perfectly!!

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