Disable “upload video” & “Vimeo” button

Home Forums Legacy Support Support queries How-to & Troubleshooting Disable “upload video” & “Vimeo” button

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #362227
    silverchair
    Spectator
    Hi team, I want to disable "upload video" & "vimeo" button. Since I don't want the instructor and student to upload video on my site, and Vimeo is restricted at my country, so I need to disable these button Refer: https://prnt.sc/169utpm
    #362239
    Veronica
    Moderator
    hi and what about admin? do you want to hide this for admin too? if yes then with CSS it is possible
    #362259
    silverchair
    Spectator
    This reply has been marked as private.
    #362441
    Ada
    Participant
    Hi, You can use this css code in appearance>>customize>>custom css
    
    #course_component .vibebp_main #create_course .featured_video span.vicon-control-play, span.vicon-vimeo-alt {
        display:none !important;
    }
    
    #362694
    silverchair
    Spectator
    Thx, it works on at this section: https://prnt.sc/16lx1s4 But still not works at: https://prnt.sc/16lwjqb
    #362727
    Veronica
    Moderator
    ok checking
    #362731
    Veronica
    Moderator
    hi please remove the above once and use this
    #course_component .vibebp_main #create_course .featured_video span.vicon-control-play, span.vicon-vimeo-alt, span.vicon.vicon-control-play::before  {
        display:none !important;
    }
    refer: https://prnt.sc/16osgqu
    #362740
    silverchair
    Spectator
    yes, it works properly, thx @Veronica , you can close it
    #362776
    Veronica
    Moderator
    thanks for your confirmation
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Disable “upload video” & “Vimeo” button’ is closed to new replies.