change to this ![]()
Hi All
min trying to change my zoom icon to a + plus
sign like picture below and position it more to the right
my site
change to first pic up top*
thank you Mike
change to this ![]()
Hi All
min trying to change my zoom icon to a + plus
sign like picture below and position it more to the right
my site
change to first pic up top*
thank you Mike
Hi @Luxurymrkt
button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom {
border: none;
}
button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom:after {
content: "+";
position: absolute;
transform: scale(3);
left: 10px;
top: 10px;
}
.image-wrap svg.icon.icon-search {
display: none;
}
Worked perfect thanks