Hi everyone. I have updated wpforo advanced attachments puling. I have noticed that there is a button which name is My media. Can I disable the "Choose a file" button? I want to upload files like before the update. Because it can confuse my users' mind 🙂
Notifications
Clear all
Feb 07, 2020 11:46 am
3 Replies
Feb 07, 2020 12:13 pm
Hi @can-aktas,
Please navigate to the Dashboard > Forums > Settings > Styles admin page put the following CSS code in the "Custom CSS code" textarea:
i.fas.fa-paperclip.wpfa-form-ico {
display: none;
}
#wpforo-wrap label {
display: none !important;
}
Please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.