How to disable upload video option?

Discussion in 'VideoCraft WordPress Theme' started by sharmasanthosh, Jan 17, 2016.

  1. sharmasanthosh

    sharmasanthosh New Member

    Joined:
    Jan 9, 2016
    Messages:
    17
    Likes Received:
    0
    And only retain posting links.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Sorry but I am little bit confused with your issue....

    But still as far I guess from your above words, perhaps you are interested in removing Add video option from the theme...

    So, if I am not wrong with your issue, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    li.listing-btn {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sharmasanthosh

    sharmasanthosh New Member

    Joined:
    Jan 9, 2016
    Messages:
    17
    Likes Received:
    0
    Hi Priya,

    Thanks for the reply.

    Let me make myself clear.

    There are two options to submit a video
    1. via URL
    2. via uploading a file

    I want option 2 to be disabled.

    How to achieve this?
     
  4. priya

    priya Guest

    Helo,

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span.upload-cheack:nth-child(2) {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page