Title: Different button text for feature
Last modified: August 21, 2016

---

# Different button text for feature

 *  Resolved [rickyp_99](https://wordpress.org/support/users/rickyp_99/)
 * (@rickyp_99)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/different-button-text-for-feature/)
 * Hi,
 * Is there a way to have a different text for each feature button?
 * Ex: First feature -> Read More
    Second feature -> Order Now Third feature -> 
   Browse templates
 * Thanks

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/different-button-text-for-feature/#post-4515338)
 * OK, remove the current Button Text in Customiz’it!>Front Page>Featured pages 
   options. Then add this to customcss or child theme style.css:
 *     ```
       .fp-one .btn.btn-primary.fp-button:after {content:"Read More"}
       .fp-two .btn.btn-primary.fp-button:after {content:"Order Now"}
       .fp-three .btn.btn-primary.fp-button:after {content:"Browse templates"}
       ```
   
 *  Thread Starter [rickyp_99](https://wordpress.org/support/users/rickyp_99/)
 * (@rickyp_99)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/different-button-text-for-feature/#post-4515345)
 * Perfect! Many thanks!
 *  [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * (@electricfeet)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/different-button-text-for-feature/#post-4515472)
 * Great lateral thinking!

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

The topic ‘Different button text for feature’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [ElectricFeet](https://wordpress.org/support/users/electricfeet/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/different-button-text-for-feature/#post-4515472)
 * Status: resolved