Remove image border

  • 1fitforus

    #8696

    How do I remove the grey border around my images?

    Anonymous

    #41877

    Hy,

    In your child-theme style.css or in theme options/custom css add this:

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

    That will remove grey border from ALL images on site.

    Anonymous

    #41878

    This question has been answered like two dozen times. Please search the forum before creating another thread.

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

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