Title: Text Color Changing
Last modified: August 22, 2016

---

# Text Color Changing

 *  [Droidwall](https://wordpress.org/support/users/droidwall/)
 * (@droidwall)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-color-changing/)
 * Now
    I have a Second Question when I hold the mouse over a word it turns to Blue
   how to change it ?
 * Thanks

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-color-changing/#post-5914449)
 * Hi D. Are you referring to the sidebar or the posts?
 *  Thread Starter [Droidwall](https://wordpress.org/support/users/droidwall/)
 * (@droidwall)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-color-changing/#post-5914452)
 * The For Example When I Hold In the Home At The Word HTC It goes from black to
   blue on my website xtreme-developing.com/
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-color-changing/#post-5914459)
 * That’s javascript activating the link to the single post. [This thread ](https://wordpress.org/support/topic/changing-default-hover-behavior-for-excerpts?replies=3)
   discusses a way to change the visual effects of the link.
 *  Thread Starter [Droidwall](https://wordpress.org/support/users/droidwall/)
 * (@droidwall)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-color-changing/#post-5914471)
 * I did it but how do i change the color??
    Im a noob in coding so please undertand
   it
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/text-color-changing/#post-5914535)
 * The color used on post mouseover is set by Theme Options > Styling > Primary 
   Color. Or, you can use css to change just the post hover color:
 *     ```
       /* change post hover color to red */
       .post-hover:hover .post-title a,
       .post-title a:hover {
         color: #f00;
       }
       ```
   

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

The topic ‘Text Color Changing’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/text-color-changing/#post-5914535)
 * Status: not resolved