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!!
February 11, 2020 at 1:44 pm
#172790
Elise Noromit
Member
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