This topic has 3 replies, 2 voices, and was last updated 7 years by Radu.

  • Author
  • #148193
     Jonathan
    Participant

    Hi there,

    For the life of me I can’t figure out how to remove the box shadow from the products in my shop. I was able to do it from the mini cart items, but I can’t find the selector. Is there an easy way to do this in the options or with css?

    #148228
     Radu
    Moderator

    Hi,

    Here’s the selector(s)

    COPY CODE
    
    .woocommerce .products ul li .product-loop-inner:hover, .woocommerce ul.products li .product-loop-inner:hover, .woocommerce-page .products ul li .product-loop-inner:hover, .woocommerce-page ul.products li .product-loop-inner:hover {
        box-shadow: 0 0 0px rgba(0,0,0,0.1);
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #148287
     Jonathan
    Participant

    Dope. Thank you!

    #148597
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?