Comments 1Filipe started the conversationMarch 29, 2015 at 9:58pmHi..I'm trying to prevent self-hosted videos from being uploaded./* ADD NEW POST PAGE - AUDIO AND VIDEO FILE UPLOAD REMOVAL*/ #nectar-metabox-post-video > div.inside > table > tbody > tr:nth-child(1), #nectar-metabox-post-video > div.inside > table > tbody > tr:nth-child(2), #nectar-metabox-post-video > div.inside > table > tbody > tr:nth-child(3), #nectar-metabox-post-audio > div.inside > table > tbody > tr:nth-child(2) { display:none!important; }I've added this to custom css but no success.Please advise.Cheers 8,849Tahir repliedMarch 30, 2015 at 5:05pmHey, Please see: https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/ . Thanks ThemeNectar Support Team Sign in to reply ...
Hi..
I'm trying to prevent self-hosted videos from being uploaded.
I've added this to custom css but no success.
Please advise.
Cheers
Hey,
Please see: https://css-tricks.com/snippets/wordpress/apply-custom-css-to-admin-area/ .
Thanks
ThemeNectar Support Team