Site icon Catch Themes

Get rid of image border in posts

I need to remove the gray border around images. I found similar threads and tried the code below but had no luck. http://kinderhavensandpoint.com/WordPress
img {
    border: none;
}

img.wp-post-image { box-shadow: none; }

#content .gallery .gallery-icon img { border: none; }
Exit mobile version