I’m not able to remove the product gallery border

This topic has 2 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Awais Ahmed

  • Avatar: Amardass
    Amardass
    Participant
    August 15, 2022 at 08:50

    this is an issue with product gallery border i have set it to none but still the border appears around the product image.

    1 Answer
    Avatar: Awais Ahmed
    Awais Ahmed
    Participant
    August 15, 2022 at 09:04

    Hello, @Amardass,

    When I check your site I found that there is a CSS code that is set to show the border for the product image and gallery: https://postimg.cc/GHwSsXRz

    Now, In order to solve your issue simply go to the Dashboard,>> XStore >> Theme Options >> Theme custom CSS >> Global CSS and then paste the below code at the bottom of the CSS box.

    @media (min-width: 993px){
    .woocommerce-product-gallery.images-wrapper{
        border: 0 !important;
    }
    }

    Then save settings and check back to your site after clearing the browser cache. The result will appear as you see in the image: https://postimg.cc/F1mTr7Vn

    Regards 8Themes Team.

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘i’m not able to remove the product gallery border’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.