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
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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.