Closed JoshWho closed 1 year ago
Try to use CSS to hide it
It doesn't have a switch? I thought it did
Trying with css doesn't seem to work unless I am doing this wrong maybe.
<style>
.span.label.label-danger.videoLabelPlugin.alreadyTooltip
display: none;
</style>
<style>
.label-danger {
display: none;
}
</style>
Nevermind it is working now. That is the solution above
This still does not hide it on the home page. Just on the video player page. How to make it Hide on the homepage?
Hi Josh, try this:
.videoLabelPlugin.label-danger{
display: none;
}
Also if you can please share this on your page https://tutorials.avideo.com/video/126/fraude-na-eleicao-2022-auditoria-privada-brazilwasstolen
Didn't work still shows on the home page
Will Share that.
I did not see the CSS on your page.
anyway try to add !important to it
.videoLabelPlugin.label-danger{
display: none !important;
}
I did not see the CSS on your page.
anyway try to add !important to it
.videoLabelPlugin.label-danger{ display: none !important; }
That did the trick, Thank you @DanielnetoDotCom