New Landing How can we help? Themeforest Theme Support Neighborhood Image shadow don't disappear

Viewing 4 posts - 1 through 4 (of 4 total)
  • #304824
    fixius
    Member
    Post count: 16

    Hi, i’m trying to remove the shadow from the product image, i founded this code in another post:

    .bag-product figure, .woocommerce ul.products li.product figure, #product-img-slider, #product-img-nav li, .woocommerce table.shop_table img, .woocommerce-page table.shop_table img, .mini-list li figure {
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }

    It works for the thumbnails, but not for the product page.

    Should i use another code?

    Cheers

    #304913
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Replace your code by this one.

    .bag-product figure, .woocommerce ul.products li.product figure, #product-img-slider, #product-img-nav li, .woocommerce table.shop_table img, .woocommerce-page table.shop_table img, .mini-list li figure, #product-img-slider .lSSlideWrapper  {
    	-webkit-box-shadow: none;
    	-moz-box-shadow: none;
    	box-shadow: none;
    }

    Let me know if it worked.

    -Rui

    #304924
    fixius
    Member
    Post count: 16

    It worked perfectly!

    Thx

    #304926
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

Viewing 4 posts - 1 through 4 (of 4 total)

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

License required for the following item
Login and Registration Log in · Register