Archived topic
Style image in posts
5 replies · Started by Harpreet Kumar on November 24, 2020
Viewing posts 1–6 of 6
How can I style CSS om images (only images inside posts) on my blog https://harpreetkumar.com
I tried to add css but it applies a border around images. But applies to entire website images.
For example you can see my any post and homepage.
Kondly help me
Hi there,
your site link is not working, can you confirm the URL?
It's working - https://harpreetkumar.com
Try this CSS:
body.single .inside-article .entry-content img {
border: 1px solid #000;
}
Thanks it's working 😊.
No problem :)
This archived topic is closed to new replies.