Remove Video Icon from Thumbnail

Posted in: Newspaper
Post count: 13

Hi,

How to remove video play icon from thumbnail?
Because I minify my website too hard and my icon missing for mobile. So I decided to remove icon.
http://layanable.net/

Thank you.

Post count: 322

Try this in your Custom CSS:


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

You could go further and use the Advanced Custom CSS sections in the theme to hide only on the device widths where it doesn’t show up right anyway.

Hope it helps.

Post count: 13

Awesome man. thank you:)

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