• Resolved yoneo12

    (@yoneo12)


    Hello,

    thank you for the awsome plugin. I miss a feature in the free or pro version: Changing the text on mobile view. Currenty the text is “drop files here or browse”. But you cannot drop files on mobile phones. This part of the text should disappear.

    Thanks in advance for the answer!

    Yoneo12

Viewing 1 replies (of 1 total)
  • Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    Hi @yoneo12 ,

    You can hide those text by adding the css inside your themes/style.css file.

    @media only screen and (max-width: 767px) {
        .codedropz-upload-inner h3,
        .codedropz-upload-inner span {
            display:none;
        }
    }

    Please let me know if you need assistance.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Change text on mobile view’ is closed to new replies.