Forums
Home / Plugin: WooCommerce Product Images Slider / Change the Icon?
(@fallingocean)
7 years, 8 months ago
Hi! Is there a way to change the icon in the corner?
(@desirepress)
Hello @fallingocean,
Are you asking about “Camera” icon.
Please let us know.
Regards, DesirePress
Hello!
Yes, I wanted to change it to a different icon… Do you know if that is possible?
Yes, you can change that image using CSS.
Use “a.wpis-popup” class selector to change camera icon background image along with width and height.
a.wpis-popup { background: rgba(0, 0, 0, 0) url("../images/camera-32.png") no-repeat scroll 0 0; bottom: 9px; display: block; height: 32px; opacity: 0.6; position: absolute; right: 10px; text-indent: -9999px; width: 32px; }
Hope it would be helpful to you. Please let us know.
Regards, Desirepress
I tried with an image and it doesn’t seem to show…
Oh nevermind, I had to use an image the size of 32px x 32 px. It shows now. Thank you!