Remove Play Icons

Posted in: Newspaper
Post count: 7

Is there any CSS code I can add to remove the play icons located on “Featured Video” posts? See screenshot below. The big play icon in the middle of the frame. Can it be removed and just be a thumbnail? Thank You

https://s14.postimg.org/t6zh1wff5/Screen_Shot_2016_10_07_at_1_35_36_PM.png

Post count: 22421

Hello,

The play icon cannot be removed from the theme settings but it can be removed with css. You can use this code:

.td-video-play-ico{
display:none!important
}

Thank you!

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