removing the video icon from video posts

Posted in: Newspaper
Post count: 23

I want to remove the ” play icon ” from featured images of video posts.

Post count: 23312

Hello mahmoudfathymohamed,

If you want to get rid of it the play icon for your featured videos, you will have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

Thanks.

Post count: 11

Exactly what I was looking for. Thank you.

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