Title: Button Label
Last modified: August 22, 2016

---

# Button Label

 *  Resolved [Paul Clarke](https://wordpress.org/support/users/paul-clarke/)
 * (@paul-clarke)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/button-label/)
 * Hi,
 * I was hoping to change a button label using the custom css file in the Hueman
   theme. Problem is I can see there is CSS for button styling but the text is html.
   The pages I need to change are created dynamically via [http://www.wpallimport.com/](http://www.wpallimport.com/)
   plugin.
 * I would like to change the ‘Tour’ text to ‘Download PDF’
 * <button type=”button” class=”epl-button epl-external-link” onclick=”location.
   href=’[http://media2.jupix.co.uk/v3/clients/1004/properties/5734/MED_5734_5825.pdf'”>Tour](http://media2.jupix.co.uk/v3/clients/1004/properties/5734/MED_5734_5825.pdf&apos;”>Tour)
   </button>
 * Example [http://www.davidclarke.co.uk/property/101004005734-richmond-street-herne-bay/](http://www.davidclarke.co.uk/property/101004005734-richmond-street-herne-bay/)
 * Any ideas how I could do this please?
 * Thank You

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/button-label/#post-5707771)
 * Hi Paul. This is really a question for the [plugin support forum](https://wordpress.org/support/plugin/easy-property-listings)
   but you could give this a try and see how it works:
 *     ```
       .epl-button.epl-external-link {
         font-size: 0;
       }
       .epl-button.epl-external-link:after {
         font-size: 14px;
         content: "Download PDF";
       }
       ```
   
 *  Thread Starter [Paul Clarke](https://wordpress.org/support/users/paul-clarke/)
 * (@paul-clarke)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/button-label/#post-5707778)
 * Thank you bdbrown!
 * That worked just great!
 * Thanks Again

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [button css](https://wordpress.org/support/topic-tag/button-css/)

 * 2 replies
 * 2 participants
 * Last reply from: [Paul Clarke](https://wordpress.org/support/users/paul-clarke/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/button-label/#post-5707778)
 * Status: resolved