I am trying to remove the gray border from my site http://www.salemicenter.com/susanriachdesign
I tried each of the options below – any help would be appreciated.
#site-logo { box-shadow: none; }
#img.header-image { box-shadow: none; }
.featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
box-shadow: none;
}
#main #content .post-img a, #main #content img { border: none; }