Home › Forums › WoodMart support forum › video text only instead of play button › Reply To: video text only instead of play button
February 17, 2021 at 11:21 am
#267287
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-video-button>a:before {
content: none;
}
body .product-360-button>a>span, body .product-video-button>a>span, body .woodmart-show-product-gallery-wrap>a>span {
max-width: 120px;
padding: 0 20px 0 20px;
}
Best Regards.