Okay
  Public Ticket #403260
Add Post Page Video Audio Upload Removal
Closed

Comments

  •  1
    Filipe started the conversation

    Hi..

    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,849


    ThemeNectar Support Team