Title: Posts &quot;Learn More&quot; button color
Last modified: August 22, 2016

---

# Posts "Learn More" button color

 *  [johnnydo](https://wordpress.org/support/users/johnnydo/)
 * (@johnnydo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/posts-learn-more-button-color/)
 * How do I change the green color of the “Learn More” button?
    Hathor Pro.
 * [http://uzuri.org/category/bios/](http://uzuri.org/category/bios/)

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

 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/posts-learn-more-button-color/#post-5396636)
 * Hi there! 🙂
 * The Theater Group looks great!
 * You can change the color of the ‘Learn More’ button by adding some CSS code.
 * I recommend you create a child theme so that your changes will be safe when the
   theme updates.
 * You can read about child themes [here](http://codex.wordpress.org/Child_Themes).
 * Then you can paste the following CSS in your style.css file in your child theme.
 *     ```
       .buttonPro {
         background-color: #COLOR CODE HERE;
       }
       ```
   
 * I hope that helps!
 * Luke the Daft Duke
 *  Thread Starter [johnnydo](https://wordpress.org/support/users/johnnydo/)
 * (@johnnydo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/posts-learn-more-button-color/#post-5396668)
 * Thanks Luke!
 * Can you tell me how to change “The Cast” that is now blue letters?
 * [http://uzuri.org/category/bios/](http://uzuri.org/category/bios/)
 *  [Luke Stacey](https://wordpress.org/support/users/daftduke/)
 * (@daftduke)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/posts-learn-more-button-color/#post-5396679)
 * Sure!
 *     ```
       #sub_banner h1, #sub_banner a {
         color:#COLOR CODE HERE;
       }
       ```
   
 * 🙂
 *  Thread Starter [johnnydo](https://wordpress.org/support/users/johnnydo/)
 * (@johnnydo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/posts-learn-more-button-color/#post-5396710)
 * thanks Luke……I promise to get my CSS together 🙂
 *  [Md Mosaober Hasan](https://wordpress.org/support/users/imon-hasan/)
 * (@imon-hasan)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/posts-learn-more-button-color/#post-5396773)
 * past this code into costumes css :
 *     ```
       #sub_banner h1, #sub_banner a {
         color:#COLOR CODE HERE !important;
       }
       ```
   

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

The topic ‘Posts "Learn More" button color’ is closed to new replies.

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

 * 5 replies
 * 3 participants
 * Last reply from: [Md Mosaober Hasan](https://wordpress.org/support/users/imon-hasan/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/posts-learn-more-button-color/#post-5396773)
 * Status: not resolved