New Landing How can we help? Atelier Need some help with product page styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #323838
    georgie
    Member
    Post count: 37

    Apologies if this has already been asked, I tried search but couldn’t find anything that worked for me. I would like to do two things:

    1.) Remove the shadow from the product images in the product page
    2.) Change colour of the discounted price

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #324033
    David Martin – Support
    Moderator
    Post count: 20834

    1) Please add this to Theme Options => Custom CSS:

    .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.product-shadows div.product div.images .flex-control-thumbs li img, 
    .woocommerce.product-shadows div.product div.images.woocommerce-product-gallery .flex-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    2) Please add this to Theme Options => Custom CSS:

    .price ins {
        color: red;
    }
    #324074
    georgie
    Member
    Post count: 37

    Thank you David. It works perfectly. One more request:

    How do I remove the magnifying glass icon from the product image slider, but still keep the hover to zoom function?

    #324076
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        display: none;
    }
    #324170
    georgie
    Member
    Post count: 37

    Thanks for the help, the support has been great.

    #324304
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    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.

    Thanks,
    David

Viewing 6 posts - 1 through 6 (of 6 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