Title: Modify link color ?
Last modified: August 22, 2016

---

# Modify link color ?

 *  Resolved [nicoguitare](https://wordpress.org/support/users/nicoguitare/)
 * (@nicoguitare)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/modify-link-color/)
 * Hi,
 * I’m searching how it’s possible to change the links color.
 * On my wesite [http://www.edmusipad.fr](http://www.edmusipad.fr), I must type 
   in bold the links because if I don’t type in bold, links is not different that
   text.
 * It’s not a problem for my new posts, I type in bold but it’s for previous posts!
 * So how can I do to change color link ? Or, if it’s not possible, is it possible
   to add this feature ?
 * Best regards,

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

 *  [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/modify-link-color/#post-5775500)
 * Hey there nicoguitare,
 * Hope you’re well! 🙂
 * I suggest you use a child theme [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
   or use css custom plugin like this: [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   if you will customize your theme.
 * Add the code in your child theme’s style.css or using the plugin mentioned above.
 *     ```
       a {
           color: red;
       }
       ```
   
 * Chang the value “red” to the one you like. We can also add “boldness” to text
   if you like. 🙂
 * Let me know if it helps! 🙂
 * Take care,
    Calvin
 *  Theme Author [IdeaBox Themes](https://wordpress.org/support/users/ideabox-themes/)
 * (@ideabox-themes)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/modify-link-color/#post-5775770)
 * Hey Calvin,
 * Thanks for the answer. 🙂
 *  Thread Starter [nicoguitare](https://wordpress.org/support/users/nicoguitare/)
 * (@nicoguitare)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/modify-link-color/#post-5775773)
 * Yes ! Many thanks ! I’ll try it soon

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

The topic ‘Modify link color ?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/superb-lite/1.0.3/screenshot.png)
 * Superb Lite
 * [Support Threads](https://wordpress.org/support/theme/superb-lite/)
 * [Active Topics](https://wordpress.org/support/theme/superb-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/superb-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/superb-lite/reviews/)

## Tags

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

 * 3 replies
 * 3 participants
 * Last reply from: [nicoguitare](https://wordpress.org/support/users/nicoguitare/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/modify-link-color/#post-5775773)
 * Status: resolved