Title: Customizing hyperlink style
Last modified: August 22, 2016

---

# Customizing hyperlink style

 *  Resolved [anitaxja](https://wordpress.org/support/users/anitaxja/)
 * (@anitaxja)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/customizing-hyperlink-style/)
 * Thanks for designing the theme, Anders Noren!
 * I wanted to customize style of hyperlinks in my posts. How can I do that? I’ve
   managed to customize post-quote styles, etc., but was unable to locate the code
   of hyperlinks styles in the stylesheet.
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/customizing-hyperlink-style/#post-5756566)
 * Hey there anitaxja,
 * How are you today?
 * This should be possible to change with some custom CSS. Please try adding the
   following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .post-content a {
       color: #928452;
       }
       .post-content a:hover {
       color: #928452;
       }
       ```
   
 * This should change both color and hover color of your post links. Please replace
   the color hex value to the one of your choice, first one will affect link color
   and the second link hover color. You can use sites similar to this one to get
   hex value for the color of your choice:
 * [http://www.color-hex.com/](http://www.color-hex.com/)
 * Hope this helps 🙂
 * Best regards,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Customizing hyperlink style’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hoffman/2.1.2/screenshot.jpg)
 * Hoffman
 * [Support Threads](https://wordpress.org/support/theme/hoffman/)
 * [Active Topics](https://wordpress.org/support/theme/hoffman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hoffman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hoffman/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/customizing-hyperlink-style/#post-5756566)
 * Status: resolved