Title: Download button / counter
Last modified: August 25, 2017

---

# Download button / counter

 *  Resolved [customerservice](https://wordpress.org/support/users/babimbola/)
 * (@babimbola)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/download-button-counter/)
 * I need help to change a few things
 * 1) How do I hide the download counter? Currently showing “Download 1″
    2) The
   shortcode looks like this [lana_download id=”1471”] The download link on the 
   website is showing “Download 1” – the file was downloaded once How do I change“
   Download 1” to a download button? How can I change “Download 1” to display “Download
   Now” with a bigger font?
    -  This topic was modified 8 years, 10 months ago by [customerservice](https://wordpress.org/support/users/babimbola/).

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

 *  Thread Starter [customerservice](https://wordpress.org/support/users/babimbola/)
 * (@babimbola)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/download-button-counter/#post-9442348)
 * Changed the code to the following: [av_button label=Download Now=lana_download
   id=”1471″]
 * The button shows, but when I click on download nothing happens does not download
   the file
 *  Plugin Author [Lana Codes](https://wordpress.org/support/users/lanacodes/)
 * (@lanacodes)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/download-button-counter/#post-9443964)
 * **How to change text?**
    [lana_download id=”1471″ text=”Download Now”]
 * **How to hide counter?**
    This is not possible with shortcode settings. You can
   do your own button (use download URL in button link), or you can hide them with
   CSS. CSS code:
 *     ```
       .lana-download-shortcode .badge{
          display: none;
       }
       ```
   

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

The topic ‘Download button / counter’ is closed to new replies.

 * ![](https://ps.w.org/lana-downloads-manager/assets/icon-128x128.jpg?rev=1512693)
 * [Lana Downloads Manager](https://wordpress.org/plugins/lana-downloads-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lana-downloads-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lana-downloads-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/lana-downloads-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lana-downloads-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lana-downloads-manager/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Lana Codes](https://wordpress.org/support/users/lanacodes/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/download-button-counter/#post-9443964)
 * Status: resolved