Remove border/shadow on products in shop

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support Remove border/shadow on products in shop

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11409
    Jrgensen
    Member

    Happy new year !
    How do I remove the border/shadow around my products in the shop?

    Best regards
    Allan

    #11431
    Veena
    Moderator

    Pls add the below custom CSS in themeoptions –

    .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: none;
    -webkit-box-shadow: none;
    }
    
    #11440
    Jrgensen
    Member

    Hi Phoenix,
    That works 🙂
    Thanks – Allan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove border/shadow on products in shop’ is closed to new replies.