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?
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
Great, it works!
Many Thanks & have a good day
Best
Andreas