Link color
-
My text is black and so is my header. And I like to keep it like that, but if I want to change the link color, so it stands out in the text, and I go to customize > colors I can not change the link color seperately fom the header. Is there a different way to do this?
Thank you.
-
Hi there again!
You could use some CSS code to change the color of the links within your posts:
If you’d like to give this a try, click Appearance → Customize in your site’s Dashboard. Then, click CSS in your right-hand menu. In the CSS Revisions box, please paste the following underneath all existing text:
.entry a {
color: rgb(177, 22, 35);
}Then Save your changes.
As before, you can adjust the color as you’d like. The color I chose (rgb(177, 22, 35)) can be replaced with a hex color, as found here:
http://www.w3schools.com/tags/ref_colorpicker.aspPlease let us know if you have any other questions. Thanks much!
-
-
- The topic ‘Link color’ is closed to new replies.