How do I remove videopress watermark on my videos/page?
-
How do I remove videopress watermark on my videos/page?
The blog I need help with is: (visible only to logged in users)
-
-
Hi Jeremy,
Thank you for your reply.
Yes that is the watermark and file details.
Actually I did remove it with some advise from your support page…
Quote: (I pasted it so the actual text code is missing)you can use a little bit of Custom CSS to do both of those, or either of them individually. Note that you’ll need the Custom Design upgrade in order to modify your site’s CSS.
To hide the watermark on the video, add this snippet to your custom CSS:
1
2
3
.videopress-watermark {
display: none;
}
To hide the title of the video, add this snippet to your custom CSS:1
2
3
.videopress-title {
display: none !important;
}Here is the link:
-
Hey Peter,
Wow – so sorry I overlooked this, but I’m glad you were able to get it figured out. Let me know if you need anything else!
-
Hi Jeremy,
No problem at all!
I had stumbled across it yesterday and was pleasantly surprised by the ease of the process.
Thanks again for your attention,
Cheers
- The topic ‘How do I remove videopress watermark on my videos/page?’ is closed to new replies.
