• Resolved selinpasha

    (@selinpasha)


    please tell me how to remove the file counter “0 of 10” from the container?
    Thank.

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

    (@glenwpcoder)

    For now you can hide the counter by adding this CSS inside your wp-content/themes/{themename}/style.css

    .dnd-upload-counter { display:none; }

    I will add an option hide/show on my next update.

    Thank You.

    Thread Starter selinpasha

    (@selinpasha)

    thanks, all worked well!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove file counter’ is closed to new replies.