Removing boarder around images?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #16284
    Mikester
    Participant

    Hi,

    Just a quick question, when I upload pictures on to a page there is always a small boarder that encases the image – is there a way to remove this?

    Thanks, Mike

    #16317
    Daniel Tara
    Keymaster

    In your custom styles enter the following rules:

    .entry-content a img {
    	max-width: 100%;
    	padding: 0;
    	box-shadow: none;
    	border: none;
    }
    #16474
    Mikester
    Participant

    Worked perfectly, thanks Daniel!

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

You must be logged in to reply to this topic.