Removing Video Overlay from thumbnails

Posted in: Newsmag
Post count: 104

Is there a way to not show the video play overlay on thumbnails that are Post Style 8?

Post count: 60

If you goto Themes Panel > Custom CSS and paste this

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

It should remove it…. if you explain more to what you want I can help you.

Post count: 104

Thank you- that worked!

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