Removing play Icon From Thumbnails

Posted in: Newspaper
Post count: 2

How can I make it so that there is no play icon on the thumbnails for video posts?

Please let me know!

Thanks

Danny

Post count: 23312

Hello jonesdanny,

Ensure that you have chosen the Video Format from the post editor, like this -> https://www.screencast.com/t/gqZspWODXy
If is not what you mean and if you want to remove this icon, try the code below and place it in Theme panel ->Custom CSS.

The code is ->

.td-video-play-ico{
display:none;
}

Thanks for your understanding!

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