Title: Change color button &#8220;Continue Reading&#8221;
Last modified: March 12, 2022

---

# Change color button “Continue Reading”

 *  [lindanl](https://wordpress.org/support/users/lindanl/)
 * (@lindanl)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/change-color-button-continue-reading/)
 * Hi!
 * I am using “Attire Blog” theme. I have been searching a lot, but I cannot find
   the option to change the purple color of “Continue Reading” button, below the
   blog posts at the front page. Is there a CSS code I can use to change it?
 * Thank you so much!
 * Kind regards,
    Linda
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-color-button-continue-reading%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Shafaet Alam](https://wordpress.org/support/users/shafayat-alam/)
 * (@shafayat-alam)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/change-color-button-continue-reading/#post-15453655)
 * Hi Linda,
    Thank you for choosing Attire. Here’s how you change the color of 
   the **continue reading** button.
 * Copy this code segment:
 *     ```
       .btn.btn-primary{
       	background:<Color of your choice>!important;
       	border:<Color of your choice>!important;
       }
       .btn.btn-primary:hover{
       	background:<Color of your choice>!important;
       }
       ```
   
 * You have to paste this code in the **Additional CSS** section of the theme customizer.
 * Image for reference –> [https://prnt.sc/thZH7_T_mi6o](https://prnt.sc/thZH7_T_mi6o)
 * Hope this helps.
 * Kind Regards,
    Shafayat
    -  This reply was modified 4 years, 4 months ago by [Shafaet Alam](https://wordpress.org/support/users/shafayat-alam/).
 *  Thread Starter [lindanl](https://wordpress.org/support/users/lindanl/)
 * (@lindanl)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/change-color-button-continue-reading/#post-15453934)
 * Thank you so much, it worked!
 * And sorry another thing I’d like to change: the background color of a post/page
   and of the sidebar on the right (the background there is entirely white, while
   the background of the website is slightly less whte and I prefer the less white
   version)
 *  Theme Author [Shafaet Alam](https://wordpress.org/support/users/shafayat-alam/)
 * (@shafayat-alam)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/change-color-button-continue-reading/#post-15454027)
 * Glad I could be of help.
    To change the sidebar background color copy-paste the
   code below in the **Addition CSS** section.
 *     ```
       .sidebar .widget{
       	background:<Color of your choice>!important;
       }
       ```
   
 *  Thread Starter [lindanl](https://wordpress.org/support/users/lindanl/)
 * (@lindanl)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/change-color-button-continue-reading/#post-15454185)
 * Thanks! It works for the sidebar, but how can I change it for the background 
   of a post and page?
 *  Theme Author [Shafaet Alam](https://wordpress.org/support/users/shafayat-alam/)
 * (@shafayat-alam)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/change-color-button-continue-reading/#post-15455343)
 * This should do the trick
 *     ```
       .attire-post-and-comments .single-post,.attire-post-and-comments .single-page{
       	background:<Color of your choice>!important;
       }
       ```
   
 * Let me know if it doesn’t. I’ll try to find another way.

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

The topic ‘Change color button “Continue Reading”’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/attire/2.1.0/screenshot.jpg)
 * Attire
 * [Support Threads](https://wordpress.org/support/theme/attire/)
 * [Active Topics](https://wordpress.org/support/theme/attire/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/attire/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/attire/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Shafaet Alam](https://wordpress.org/support/users/shafayat-alam/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/change-color-button-continue-reading/#post-15455343)
 * Status: not resolved