Title: Link Colour
Last modified: August 24, 2016

---

# Link Colour

 *  Resolved [aejohnson26](https://wordpress.org/support/users/aejohnson26/)
 * (@aejohnson26)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/)
 * How can I change the link colour from black (like the rest of the text) to another
   colour?
 * I’ve tried altering the stylesheet css with:
 * a {
    outline:none; text-decoration:none; color: #e83187; }
 * and inputting this in a custom css plugin but the colour stays black.

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

 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984347)
 * What is the link to your site because I tried your code and it worked fine for
   me.
 *  Thread Starter [aejohnson26](https://wordpress.org/support/users/aejohnson26/)
 * (@aejohnson26)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984375)
 * It’s getglam.co.uk
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984376)
 * What link you trying to change?
 * The links to your posts such as
 * “First Impressions | The Fragrance Shop Discovery Club Spring 2015”
 *  Thread Starter [aejohnson26](https://wordpress.org/support/users/aejohnson26/)
 * (@aejohnson26)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984383)
 * No, links within text. For example at the end of each post I have my signature
   with links to Twitter etc underneath, I want these to appear a different colour(
   not black like the rest of the text…)
 *  [CypressWebs](https://wordpress.org/support/users/jmeyer2485/)
 * (@jmeyer2485)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984398)
 * If those are just text you added you can create a custom ID or Class and just
   edit the color that way.
 * Example HTML:
 *     ```
       <div id="social-links"><a href="http://www.bloglivin.com" target="_blank">Bloglivin</a> | <a href="http://www.twitter.com" target="_blank">Twitter</a> | <a href="http://www.instagram.com" target="_blank">Instagram</a><div>
       ```
   
 * CSS:
 *     ```
       #social-links a {
       color: #e83187;
       }
       ```
   
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984446)
 * Hello,
 * You have added a p tag and added your details inside it. Please try assigning
   a unique ID or class to the p tag so that you can style them. Or you can add 
   inline CSS there.
 * Currently you have added this:
 * <p style=”text-align: center;”>
    <img class=” size-full wp-image-146 aligncenter”
   width=”100″ height=”50″ alt=”signature” src=”[http://getglam.co.uk/wp-content/uploads/2015/02/signature1.png”&gt](http://getglam.co.uk/wp-content/uploads/2015/02/signature1.png”&gt);
   [Bloglovin](https://www.bloglovin.com/blogs/getglamcouk-13625979) replace this
   with this: <p style=”text-align: center; color: #ff0000;”> <img class=” size-
   full wp-image-146 aligncenter” width=”100″ height=”50″ alt=”signature” src=”[http://getglam.co.uk/wp-content/uploads/2015/02/signature1.png”&gt](http://getglam.co.uk/wp-content/uploads/2015/02/signature1.png”&gt);
   [Bloglovin](https://www.bloglovin.com/blogs/getglamcouk-13625979) | Hope that
   helps.
 * Thank you.
 *  Thread Starter [aejohnson26](https://wordpress.org/support/users/aejohnson26/)
 * (@aejohnson26)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984453)
 * i am wanting it to affect all links within posts, rather than just on the signature…
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984454)
 * for that you can try this in your Custom CSS:
 *     ```
       .entry-content a {
           color: red;
       }
       ```
   
 * You can adjust the color as per your requirement.
 * Thank you.
 *  Thread Starter [aejohnson26](https://wordpress.org/support/users/aejohnson26/)
 * (@aejohnson26)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984470)
 * Thank you!!!
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984486)
 * Welcome. 🙂

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

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

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

 * 10 replies
 * 3 participants
 * Last reply from: [Sam](https://wordpress.org/support/users/soumendra/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/link-colour-2/#post-5984486)
 * Status: resolved