Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme’s stylesheets/master.css there’s a rule adding the border. If you put this at the bottom of your theme’s style.css file it should get rid of it:

    .entry img.alignleft, .entry img.alignright, .entry img.aligncenter, img.single-post-thm {
        border: none;
    }
    Thread Starter Hulbert Lee

    (@hulbert-lee)

    Thank you Big Bagel.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the border from this image?’ is closed to new replies.