Viewing 4 replies - 1 through 4 (of 4 total)
  • It’s this:

    .site-header img, .entry-content img, .featured-thumbnail img, .category-section img, img[class*="align"], img[class*="wp-image-"], .portfolio img, .entry-thumbnail img {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }

    So add that to your child theme and change it to

    box-shadow: none;

    Thread Starter Robert

    (@robbieb1953)

    WPyogi,I put in this:

    .site-header img, .entry-content img, .featured-thumbnail img, .category-section img, img[class*="align"], img[class*="wp-image-"], .portfolio img, .entry-thumbnail img {
        box-shadow: box-shadow: none;
    }

    Is that right? The border is still there…

    So close! You typed box-shadow: twice.

    Thread Starter Robert

    (@robbieb1953)

    Thanks lettergrade!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image borders’ is closed to new replies.