New Landing How can we help? Atelier Image 1/2 border

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #319947
    OllieOdy86
    Member
    Post count: 18

    I’ve noticed that a fine half border has appeared around my primary product image (see attached screen shot). This is not effecting catoegory level pages, just individual product pages.

    I’ve always had image bordered disabled (Theme Options > Woo-Commerce Options > Shop Options > Product Image Shadows = NO

    I’ve tried using CSS to override this border (see below) but this doesn’t work). Any pointers?

    .woocommerce div.product div.product-main {
    box-shadow: none !important;
    }

    Many thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #320062
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .woocommerce.product-shadows.product-standard #product-img-slider .lSSlideWrapper, .woocommerce.product-shadows.product-standard #product-img-slider .lSPager.lSGallery li, .woocommerce.product-shadows .lSAction>a, .woocommerce.product-shadows #product-img-noslider ul.slides>li, .woocommerce div.product div.images .flex-control-thumbs li img, .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
        -moz-box-shadow: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

    -Rui

    #320077
    OllieOdy86
    Member
    Post count: 18

    Perfect, thank you Rui!

    #320294
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.

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

You must be logged in to reply to this topic.