New Landing How can we help? Themeforest Theme Support Neighborhood Removing shadow from blog post/products thumbnails

Viewing 5 posts - 1 through 5 (of 5 total)
  • #80621
    illustrate74
    Member
    Post count: 63

    Is there a way to remove the shadow from blog post/products thumbnails?
    Many thanks
    Bradley

    Portfolio

    #80917
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Bradley,

    Sure, just add the following custom css:

    .recent-post figure {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

    – Ed

    #81132
    illustrate74
    Member
    Post count: 63

    Hi Ed, thanks ive added that code and it got rid of the shaddow on the blog posts but not the shop products page – http://rmer1.com/shop

    Thanks
    Brad

    #81142
    kastyles
    Member
    Post count: 123

    Me too Brad.

    Thanks for posting this as I wanted to do the same thing!

    #81246
    Melanie – SUPPORT
    Member
    Post count: 11032

    Modify the code to

    .woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img, .recent-post figure {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register