Remove video title
-
Hi
Who do I remove video title and black background of the video at the top of the main section on the home page?The blog I need help with is: (visible only to logged in users)
-
I think you have hosted version of wordpress, so you can open backend code, Open your style.css file.
Find this Class : .__vd_tle7k_title
Inside that write code as:
.__vd_tle7k_title { display : none ! important; }Or if you can’t find that class, then find this div in style.css
.div.__vd_nm91g7_title
Inside that write code as:
.div.__vd_nm91g7_title
{
display : none ! important;}
It will remove the background and title from video panel.
Hope it helps !!
-
thanks for the suggestion but unfortunately its not working. I’m on wordpress hosted premium plan..and tried pasting the code into the css window but no luck, any other suggestions? thx
-
-
Hi @darrylcotton, there isn’t a way to remove the video background, but you can change the title of the video here. You can give it a different title, or remove the title completely, then save your changes. I hope that helps.
-
-
By the way, would you possibly know how to prevent the video from appearing blurry in its opening frame.
-
You mean the thumbnail? You can choose a different thumbnail if you prefer. I think all of them will be compressed, so it might be a matter of picking one where the compression is less noticeable.
-
-
- The topic ‘Remove video title’ is closed to new replies.