how to change video product icon color and background color
-
hi
how to change the video product icon color and background color also 360 icon, click to enlarge
https://gyazo.com/13d8ac7e3559c2637a3b1896108c4ba3
Hello,
Please provide icons URL which you want to replace and product URLs where you have these icons.
We shall provide custom CSS.
Best Regards
hi
sorry not icon button in this link
how to change the video product button color and background color also 360 button, click to enlarge.
I mean in this link
https://gyazo.com/13d8ac7e3559c2637a3b1896108c4ba3
thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-video-button > a:hover,
body .product-video-button a {
color: #ffffff;
background: red;
}
body .product-360-button a:hover,
body .product-360-button a{
color: #ffffff;
background: red;
}
body .woodmart-show-product-gallery-wrap a:hover,
body .woodmart-show-product-gallery-wrap a{
color: #ffffff;
background: red;
}
Best Regards