Thumbnail arrows on video posts

Posted in: Newspaper
Post count: 16

Hello.

Is there any way to get rid of the arrows that automatically appear on thumbnails for video posts?

Post count: 23312

Hello hvatinat,

If you no longer want the Video Icon for your videos, you have to use a bit of CSS custom code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

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

Thank you for the message!

Post count: 16

Hi Catalin.

Thanks for the reply. Is the word “icon” in the code not supposed to have the “n” in its ending?

Post count: 23312

Hello hvatinat,

Yes. Everything is possible 🙂 Now I saw that the class is without “n”. There is a small error when the code was written, sorry!

Thank you for your remark!

Have a nice day!

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