• Kir 2012

    (@kir-2012)


    Hi there, I can’t see how to remove the ‘Max file Size’ text rtMedia places on the right of the upload button on the upload form – should it best be done with css? I can see an id when I look for it. Or is there a template that can be edited and placed in rtmedia in child theme? Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Pavan Patil

    (@pavanpatil1)

    Hi,

    Yes, Certainly, it can be accomplished through CSS. Here’s the CSS code to hide the specified text on the activity page. You can insert this CSS into the rtMedia settings under rtMedia > Custom CSS.

    .rtm-upload-button-wrapper ~ span {
      display: none;
    }

    Regards,

    Pavan

Viewing 1 replies (of 1 total)
  • The topic ‘Remove file size limit text’ is closed to new replies.