How to move the video play icon to the upper right of the picture

Posted in: Newspaper
Post count: 8

When I post a video post it has the round video button icon in the center of the picture. Can I move it to the upper right, or remove it altogether.

Thanks in advance!

Post count: 20688

Hi,

The video icon will be added so the video ad posts can be identified. So once a video post is created, on modules a play icon will be displayed over the thumbnail
https://www.screencast.com/t/GuDt0ddd
I could give you a code you could try, it should position the play icon in the top right corner
https://www.screencast.com/t/YcInOKy8
Enter the code in Theme panel->Custom CSS

.td-video-play-ico>img {
bottom:auto;
left:auto;
}

Thanks

Post count: 8

Thanks but my theme panel doesn’t have a custom css section, is it somewhere else?

Thanks in advance!

Post count: 8

I found it thanks! It’s at theme panel>custom code> custom css

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