Title: hyperlink color
Last modified: September 1, 2016

---

# hyperlink color

 *  Resolved [raizaduran](https://wordpress.org/support/users/raizaduran/)
 * (@raizaduran)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hyperlink-color-5/)
 * I’ve had made the primary color as #A62000
 * Since then even anchor text’s color (hyperlink) also turns to this color only.
 * What would be the possible way to make the hyperlink color genuine, the blue 
   color one?
 * For ex: to this blog: [http://www.indiavirtualinfo.com/blog/complete-travel-guide-kailash-mansarovar-yatra/](http://www.indiavirtualinfo.com/blog/complete-travel-guide-kailash-mansarovar-yatra/)
 * There is a sentence: You can get a detailed breakup…. with a link, which shows
   the color #A62000

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hyperlink-color-5/#post-7535281)
 * Hi raizaduran. You can add this to your child theme CSS. You need to use the !
   important rule because the primary color is an internal style which has a higher
   precedence than an external stylesheet:
 *     ```
       /* change link color to blue */
       a {
           color: #00f !important;
       }
       ```
   
 *  Thread Starter [raizaduran](https://wordpress.org/support/users/raizaduran/)
 * (@raizaduran)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hyperlink-color-5/#post-7535297)
 * Thank you bdbrown. But it turned every hyperlink existed on the website in blue
   color, which resulted dangerously wrong for me.
 * See the screenshot: [https://www.dropbox.com/s/m4v9pskdzexoa6w/Screenshot%202016-07-02%2016.30.04.png?dl=0](https://www.dropbox.com/s/m4v9pskdzexoa6w/Screenshot%202016-07-02%2016.30.04.png?dl=0)
 * and here is the live url: [http://www.indiavirtualinfo.com/blog/](http://www.indiavirtualinfo.com/blog/)
 * Any possible way, where I can make the color changes of the hyperlink only within
   the post content? Not in title, breadcrumb, menu or anywhere else. (only only
   within the post content)
 * Thank you.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hyperlink-color-5/#post-7535302)
 * > it turned every hyperlink existed on the website in blue color,
 * Well, yes. You gave an example but didn’t specify that you wanted the change 
   to affect only the links in the post content. More information is better 😉 Try
   this:
 *     ```
       /* change post content links to blue */
       article .entry-inner a {
           color: #00f;
       }
       ```
   
 *  Thread Starter [raizaduran](https://wordpress.org/support/users/raizaduran/)
 * (@raizaduran)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hyperlink-color-5/#post-7535320)
 * Thank you bdbrown. It worked. Thanks a lot 🙂
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/hyperlink-color-5/#post-7535323)
 * You’re welcome; glad it’s working.

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

The topic ‘hyperlink color’ 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: [9 years, 11 months ago](https://wordpress.org/support/topic/hyperlink-color-5/#post-7535323)
 * Status: resolved