Home Forums WoodMart support forum Video Post Indicator or play button in catalog mode!! Reply To: Video Post Indicator or play button in catalog mode!!

#172790

Hello,

Please add this code to the Theme Settings > Custom CSS > Desktop:

.product-video-button a:hover>span {
    display:none;
    transition: none;
}
body .product-video-button>a {
    min-width: 100px;
    min-height: 100px;
	  border-radius:100px;
}

body .product-video-button>a:before {
    display:block;
    font-size: 40px;
     min-width:40px;
     min-height:40px;
     margin-left:30px;
}

Remove all from Global.

Best Regards