When you use the Joomlart Secton-7 module on the frontpage, when a reader clicks on the video button, there is small text in the upper left corner that needs to be removed. Can you please tell me how to do this? Thanks.
patvandenbosche
You can try this custom CSS:
div#html5-lightbox-box #html5-watermark { display: none; }
I tried this snippet, placing it in custom.css through the backend of the site, template settings, and it didn't seem to do anything. The text is still there.
patvandenbosche I updated a bit:
div#html5-lightbox-box #html5-watermark { display: none !important; }
Kindly check.
Thank you, this worked great!