Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › Remove words in uploading photo page
- This topic has 3 replies, 3 voices, and was last updated 1 year, 3 months ago by Manathan.
-
AuthorPosts
-
winterpandaParticipant@winterpanda
- 14 Topics
- 30 Posts
Hello! may i know which file to edit to remove the words “or Drop your files here!” under photo uploading page? its weird to see mobile version. thank you
August 20, 2023 at 03:22 #45974@roboraptor- 0 Topics
- 411 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/
Kind regards,
August 20, 2023 at 03:22 #45975@themodactyl- 0 Topics
- 6655 Posts
Hi WinterPanda,
It seems it is the default behaviour of BuddyPress. To adapt this, simply add the following code snippet to your website:
/** * FEATURE : Make Add Upload File block Responsive */ @media (max-width:767.95px){ .rtm-select-files .rtm-seperator, .rtm-select-files .drag-drop-info{ display:none; } .rtm-file-size-limit{ display:flex; width:100%; height:auto; text-align:left; margin-top:0.5rem; } .rtm-file-size-limit::after{ content:attr(title); display:inline-block; padding-left:0.5rem; font-family:var(--grimlock-text-font-family); font-size:calc(var(--grimlock-text-font-size)*0.8); line-height:calc(var(--grimlock-text-line-height)*0.8); padding-top:0.35em; } }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
August 21, 2023 at 10:10 #45980winterpandaParticipant@winterpanda- 14 Topics
- 30 Posts
thank you for your help!
August 22, 2023 at 07:24 #45988 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Remove words in uploading photo page’ is closed to new replies.