• Hi there,

    I know there are lots of posts about removing image borders.. Using a CSS plug-in and code from a previous thread, I have successfully managed to remove the borders from ALL images. After seeing it, I’ve realised that I actually prefer the borders but would like to remove borders from certain individual images. Eg. If I post a circular image or a signature.

    Is there any way of removing the border from individual images? I saw one post which showed that if you click on the ‘edit’ button on the image you can select to remove the border. However, I don’t have this option come up on my edit button on images!

    Thank you ??

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, I would suggest doing this on an image-by-image basis when you go to insert the image. After inserting the image into the post or page, switch to the Text tab in the editor and after “img” and before “src” in the image code, add a style attribute with border none, such as this example

    <img style="border: none;"....

Viewing 1 replies (of 1 total)
  • The topic ‘Removing image border from just one image?’ is closed to new replies.