Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55051
    Mike805
    Member

    How do I remove the drop shadow on images?

    Thank you!

    #55069
    Sakin
    Keymaster

    @Mike805: Just add the following css in “Appearance => Theme Options => Custom CSS” box:

    .featured-image img, .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
        box-shadow: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Drop Shadow on Images’ is closed to new replies.