Removing or Changing the border around images?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #18370
    MrsPumpkin
    Participant

    I’m trying to figure out how to remove (or even change) the border around the images in posts (specifically .pngs) but can’t find the code that seems to alter it – or when I think I do, nothing changes.

    can anyone guide me in the right direction please?

    #18373
    Daniel Tara
    Keymaster

    I believe this is the code you are looking for:

    .entry-content a img,
    #attachment-nav a img {
    	max-width: 98.5%;
    	padding: 0.8%;
    	box-shadow: 0 0 3px #EEE;
    	background: #FFF;
    	border: #EEE 1px solid;
    }

    It’s located in style.css line 426. You probably want to remove it completely.

    #18376
    MrsPumpkin
    Participant

    I’ll give that a try – thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.