Watch video customization
-
Hello,
Is it possible to customize the “Watch video” label below the product image?
I would like to make it more visible, changing the font height and weight, or maybe with a thumbnail of the video.
https://www.dajerequipos.com/product/formadora-de-rollos-italiana/
Thanks for you help!
Hello,
It is not possible to add a thumbnail to video. You can change font size, font weight, font color:
body .product-video-button a span {
font-size:20px;
font-weight:800;
color:red
}
Please add this code to the Theme Settings > Custom CSS > Global
Best Regards