Video button placement and color
-
Hey, I want to move the featured video on single product pages from the bottom left corner to the top right corner is that possible?
http://prntscr.com/pkqwrt
Is it also possible to make it red?
Thanks and kind regards!
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-additional-galleries {
top: 0;
}
body .wd-gallery-btn > a {
color:red;
}
body .wd-gallery-btn > a:hover,
body .wd-gallery-btn > a:focus {
color: red;
}
Best Regards