Title: Changing hyperlink colours in CSS
Last modified: March 9, 2018

---

# Changing hyperlink colours in CSS

 *  Resolved [hop3y](https://wordpress.org/support/users/hop3y/)
 * (@hop3y)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-hyperlink-colours-in-css/)
 * Hey, how do I change hyperlink colours in CSS?
 * I’ve tried:
 *     ```
       a {
       color: #cc0000;
       }
       ```
   
 * But it only changed the hyperlinks on the main page. I need them to change on
   post and page view but not the titles.
 * Thanks
    -  This topic was modified 8 years, 3 months ago by [hop3y](https://wordpress.org/support/users/hop3y/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchanging-hyperlink-colours-in-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Michael](https://wordpress.org/support/users/mh-themes/)
 * (@mh-themes)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-hyperlink-colours-in-css/#post-10056490)
 * Hi Hop3y,
 * thanks for using MH Magazine _lite_.
 * For CSS customizations, you can always [use your browser’s inspection tool](https://www.mhthemes.com/support/browser-developer-tools-to-inspect-code-wordpress-websites/)
   to inspect the elements on your site and then use that information to add your
   own code modifications, for example:
 * `.entry-content a { color: #e64946; }`
 * You can add CSS code in your WordPress dashboard under **Appearance => Customize
   => Additional CSS** or by using [plugins for adding code snippets](https://www.mhthemes.com/blog/wordpress-plugins-to-implement-code/).
 * As an alternative (in case you don’t want to touch code), the [premium version of MH Magazine](https://www.mhthemes.com/themes/mh/magazine/)
   includes options to change the color scheme of the theme, as well as several 
   other additional features, options and custom widgets to configure your website.
 *  Thread Starter [hop3y](https://wordpress.org/support/users/hop3y/)
 * (@hop3y)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/changing-hyperlink-colours-in-css/#post-10056509)
 * Thanks!

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

The topic ‘Changing hyperlink colours in CSS’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/mh-magazine-lite/2.10.0/screenshot.
   png)
 * MH Magazine lite
 * [Support Threads](https://wordpress.org/support/theme/mh-magazine-lite/)
 * [Active Topics](https://wordpress.org/support/theme/mh-magazine-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/mh-magazine-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/mh-magazine-lite/reviews/)

## Tags

 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [hyperlinks](https://wordpress.org/support/topic-tag/hyperlinks/)

 * 2 replies
 * 2 participants
 * Last reply from: [hop3y](https://wordpress.org/support/users/hop3y/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/changing-hyperlink-colours-in-css/#post-10056509)
 * Status: resolved