- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Upload Options’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Portfolio › Upload Options
Is there a way to remove uploading video and audio options, without getting rid of the pro version?
I’d like to keep the ‘Views’ feature, but do not want videos and audio files being uploaded.
Thank you
Hi @attrell
sorry for delayed response.
You can add following custom css to hide them.
a.btn.bpcp-modal.button {
display: none;
}
input#upload_song {
display: none;
}
Regards
Varun Dubey