Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #369373

    G’day,

    I don’t want to display a border around the product images on a single product page. This css-hack dosn’t work:

    .single-product .image {
    border: none !important;
    }

    Do you have an idea how I can get a solution?

    #369380

    Hey Kanzleramt!

    Thank you for coming back.

    Try the following:

    
    .template-shop .single-product-main-image .images a {
        border-width: 0 !important;
    }
    

    Cheers!
    Günter

    #369705

    Great, it works!

    Many Thanks & have a good day

    Best

    Andreas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘woocommerce: get rid of the image border on a single product page’ is closed to new replies.