How Do I remove borders from images?

  • Kyle

    #7985

    First of all, let me say that I am really enjoying my theme. I think it is better looking than most out there. That said, I’d like to be able to remove the border around images. Is there a way I can do that?

    the site for your perusal is located here.

    [url=http://http://www.caps.wegetitserved.com/rrr/wordpress ]http://www.caps.wegetitserved.com/rrr/wordpress [/url]

    Thanks so much for your assistance.

    Anonymous

    #39997

    Hi Kyle, and thanks for posting!!

    To remove borders from images in content areas, simply add this code to your custom css:

    .entry-content img, .child-page img {
    border: none;
    }

    To remove borders from slider images, add this code:

    .sliderpost_featured_image img {
    box-shadow: none;
    }

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

  • You must be logged in to reply to this topic.