Title: Link Colors
Last modified: March 6, 2018

---

# Link Colors

 *  Resolved [muratturan19](https://wordpress.org/support/users/muratturan19/)
 * (@muratturan19)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/link-colors-7/)
 * Hi everyone;
 * I am trying to chance color of links inside blog posts. I searched forum and 
   find some CSS codes but when i add these to theme all links in page changes, 
   name of posts, author name etc. But, i only want to change the color of links
   at post text. Anyone can help me?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flink-colors-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/link-colors-7/#post-10045081)
 * Hello, there!
 * There are 2 ways to change the color of hyperlinks:
    The first way is with Inline
   CSS by adding the style attribute directly into the hyperlink code, inserting
   a color property into the style attribute then giving the color property a color
   value.
 * [https://prnt.sc/ino05f](https://prnt.sc/ino05f)
    [Change hyperlink color](http://www.hyperlinkcode.com/change-hyperlink-color.php)
 * or,second way is to add next codes in **Customize->General->Additional CSS**:
 *     ```
       body.single-post .entry-content p a{
           color: #28CC08;
       }
   
       body.single-post #jp-relatedposts p a{
           color: #006EFC!important;
       }
       body.single-post .single-line-meta a{
           color: #9f9f9f!important;
       }
       ```
   
 * Change the colors per your needs.
 * Regards
 *  Thread Starter [muratturan19](https://wordpress.org/support/users/muratturan19/)
 * (@muratturan19)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/link-colors-7/#post-10047416)
 * Thank you very much…

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

The topic ‘Link Colors’ is closed to new replies.

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [muratturan19](https://wordpress.org/support/users/muratturan19/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/link-colors-7/#post-10047416)
 * Status: resolved