I know this question has been asked before but I didn’t understand the solution. I want to remove the border around certain images only and leave them on others. I know how to add custom CSS to get rid of all borders on all images.
This was the solution in that specific question provided by Prasanna SP-
Quote:
Put those images within <div class="no-image-border">image</div>
tag and use this CSS,
.no-image-border .entry-content img, .no-image-border .child-page img {
border: none;
}
I know how to add the custom CSS but I don’t know how to “Put those images within <div class="no-image-border">image</div>
tag and use this CSS,”
Can someone please explain in simple terms how to do it?
Many, many thanks
Peter