Hello,
I am trying to add a border around the main product image and (if they are) around thumbnails. I used this code somewhere from the forum:
.single-product #swiper-unique-id-0{
border: 1px solid #e5eaee;
margin-bottom: 10px;
border-radius: 4px;
}
.single-product .thumbnails-list .thumbnail-item {
border: 1px solid #e5eaee;
border-radius: 4px;}
Something isn’t working, becouse the border is showing on variable products but not on simple ones.
Can you paste me the code please?
Link from a variable product in private.
Thank you,