How to move or remove video play button on thumbnail images

Posted in: Newspaper
Post count: 11

I don’t really care for the video play button in the center of the post thumbnail images. Can I move it to the upper right of the thumbnail or remove it all together? If so, how do I do that?

Post count: 22421

Hello,

The video button is easier to remove than move to another area so you cna add this code in the theme panel-> custom css box:
.td-video-play-ico > img{
display:none!important;
}

Thank you!

Post count: 11

It worked thanks, looks much better!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.