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

    (@glenwpcoder)

    Hello @hermanoleo ,

    Sorry, but there’s only one option for changing text and it’s global.

    Thanks.
    Glen

    Is this plugin fully responsive. In the photo upload area, the text “Drag & Drop Files Here” is not wrapping around when i use my mobile phone. It cuts off the last few letters. Can I reduce the font size to overcome this ? Any other solution ?

    Plugin Author Glen Don Mongaya

    (@glenwpcoder)

    @canveysystems , you need to add your custom css for mobile device.

    try this.

    @media (max-width: 767px) {
    .codedropz-upload-inner h3 {
        font-size: 22px;
        line-height: 32px;
    }
    }

    You can change the font size:22 according to your need.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change text in Drag and Drop Uploading area in specifc form only?’ is closed to new replies.