Home Forums WoodMart support forum Video icon more visible on product image Reply To: Video icon more visible on product image

#294935

Hello,

Replace the code with this one:

body .product-video-button >a > span {
    max-width: 160px;
    transition:none;
    padding:20px;
}
body .product-video-button > a {
background: red;
color: white;
}
body .product-video-button >a > span:hover {
    max-width: 160px;
    transition:none;
    padding:20px;
}
body .product-video-button > a:hover {
background: red;
color: white;
}

You should get this result: https://gyazo.com/17d8ed5d6e69b14be8481b6b66807d76

Replace the colors as per your needs.

Best Regards