Title: Change Button Link Label Text
Last modified: November 13, 2019

---

# Change Button Link Label Text

 *  Resolved [mkk84](https://wordpress.org/support/users/mkk84/)
 * (@mkk84)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/change-button-link-label-text/)
 * Hi there,
 * I found this post which probably is the answer to my question: [https://wordpress.org/support/topic/all-downloads-schortcode-download-link-name/](https://wordpress.org/support/topic/all-downloads-schortcode-download-link-name/)
 * My simple question is:
    Where do I add this code? I have copy/pasted it into 
   my theme’s functions.php but the link label text did not change…
 * I simply want to preset the link label text for ALL current und future downloads…

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

 *  [morther](https://wordpress.org/support/users/morther/)
 * (@morther)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/change-button-link-label-text/#post-12185722)
 * Not sure if this will help, but the way I changed the link label was by adding
   code the the Additional CSS of my theme. I found mine under Appearance >>> Customize.
 *     ```
       /*  WPDM Link Template: Default Template */
   
       .w3eden .card h3 {
           margin: 0;
           padding: 0;
           font-size: 10pt;
           font-weight: 600;
       }
       ```
   
 *  Plugin Contributor [Shafaet Alam](https://wordpress.org/support/users/shafayat-alam/)
 * (@shafayat-alam)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/change-button-link-label-text/#post-12278376)
 * [@mkk84](https://wordpress.org/support/users/mkk84/), you may add the code at
   the of your active theme’s `functions.php`.

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

The topic ‘Change Button Link Label Text’ is closed to new replies.

 * ![](https://ps.w.org/download-manager/assets/icon-256x256.png?rev=1561688)
 * [Download Manager](https://wordpress.org/plugins/download-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/download-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/download-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Shafaet Alam](https://wordpress.org/support/users/shafayat-alam/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/change-button-link-label-text/#post-12278376)
 * Status: resolved