Title: Changing &#8220;continue reading&#8221; text color
Last modified: May 14, 2021

---

# Changing “continue reading” text color

 *  Resolved [joerichtech](https://wordpress.org/support/users/joerichtech/)
 * (@joerichtech)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/)
 * How do I change the “continue reading” text color, specifically from the default
   red to orange (#ff8914)?

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

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14441443)
 * Hi,
 * Try adding this CSS code to **Appearance > Customize > Additional CSS** from 
   dashboard.
 *     ```
       .entry-summary a.more-link:not(:hover) {
         color: #ff8914;
       }
       ```
   
 * Hope that helps.
 * Regards,
    Kharis
 *  Thread Starter [joerichtech](https://wordpress.org/support/users/joerichtech/)
 * (@joerichtech)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14442522)
 * Thank you for the reply. I don’t think that ended up working. Tried looking in
   a few different places and changing the color code a bit and didn’t notice any
   difference anywhere.
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14445102)
 * Hi,
 * Thank you for getting back.
 * Can you share a link to the page needing help with, so I can inspect which CSS
   selector to use?
 * Or, it may be just a cache issue at your end, that should be flushed?
 * Regards,
    Kharis
 *  Thread Starter [joerichtech](https://wordpress.org/support/users/joerichtech/)
 * (@joerichtech)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14449386)
 * The page is [https://joerich.tech](https://joerich.tech) (all of the content 
   is placeholder, but the format is correct for what I want). If you happen to 
   have a suggestion on how to move the blog post categories higher, I would really
   appreciate that as well (e.g. the first post has the tags “All, School and Education”,
   and I would like to move this to be right below the post date and my name). Thanks!
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14450743)
 * Hi,
 * Thank you for getting back.
 * I checked your website and the code seems to be working fine. I noticed you have
   an active cache and perhaps it prevents your web browser to load the recent changes
   have made. Please try clearing cache, restarting web browser, and running your
   check.
 * Regards,
    Kharis
 *  Thread Starter [joerichtech](https://wordpress.org/support/users/joerichtech/)
 * (@joerichtech)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14451071)
 * Yes I see that now. Reloading the browser did the trick. Thank you!
 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14453588)
 * You’re welcome!
 * Please let us know in a new topic if you have any further questions, or if we
   can provide you with any other assistance.
 * Regards,
    Kharis

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

The topic ‘Changing “continue reading” text color’ is closed to new replies.

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

## Tags

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

 * 7 replies
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [4 years, 12 months ago](https://wordpress.org/support/topic/changing-continue-reading-text-color/#post-14453588)
 * Status: resolved