Removing borders from images
I know it has been asked before, but I have not found a solution; please help me in how to remove the border from my images in both:
http://gindrup.dk/citchcatch/?p=15
and
http://gindrup.dk/citchcatch/
I have in theme options - custom CSS added:
/* Remove Box Shadow in images */
.featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
box-shadow: none; }
#content .gallery .gallery-icon img { border: none; }
Thanks :-)
Marianne
Thanks