Remove title text for embedded Youtube video

Posted in: Newspaper
Post count: 47

Hi, is it possible to remove Youtube titles from blog posts?
I dont know if this is a theme related “issue”, but if someone know, please tell me.

Screenshot: https://prnt.sc/stby1t

Post count: 18283

Hello !

That comes from the youtube and how wordpress embeds the player. Unfortunately this cannot be changed by the Newspaper Theme.

Thank you !

Post count: 47

Thanks for the reply, I managed to fix it at the end.. If you use Youtube lyte, and want a clean interface, add this to the custom css area:

/* Youtube video remove play button */

.single .lyte-wrapper .play {
visibility: hidden;
}

/* Youtube video remove title */

.single .lyte-wrapper .tC .tT{
visibility: hidden;
}

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