Remove Play Button Icon

Posted in: Newsmag
Post count: 17

How can I remove the play button icon from the images of the video posts?

Post count: 7909

Hi,

Please use this custom css:

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

Thanks!

Post count: 17

Thanks so much.

Post count: 43

Hello,

How to move icon to top_left?

Thanks.

Post count: 6600

Hi,

Use this custom css and adjust the values it as you like: http://screencast.com/t/BnqGGLsSL

.td-video-play-ico {
position: absolute;
left: 10%;
top: 10%;
}

.td-video-play-ico img {
position: relative;
left: 0%;
top: 0px !important;
}

Thanks

Post count: 43

Hello,

it’s great, but on the small thumb icons now exceeds picture, please see:
null

Post count: 7909

Hi,

Please also add this code: http://screencast.com/t/Jb3VGhr2FX71

.td-video-play-ico.td-video-small img {
top: 0px !important;
}

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.