Change link font color
-
So I’m using the Natural theme and have adjusted the look and feel of my site to my liking for the most part. But I’ve noticed that the auto-generated hyperlinks on my site have green font – which I’d like to change.
For example the ARCHIVES and “Leave a comment” Links that you see on my main page are green.
I’ve checked within the theme customisation on where to fix this, but can’t find anything. I suspect it will be some ccs code or something similar. Can anyone advise?
The blog I need help with is: (visible only to logged in users)
-
Hi stevencnz,
As per you are facing issue to setup a custom link color for your Natural Theme, hope the theme doesn’t have much customizations options. So please follow below steps to change your link color.
Steps:
1. Login to WordPress.com
2. Go to Appearance > Customize
3. On the bottom left, you should find a link that “Additional CSS”. and click the link.
4. After you click “Additional CSS” a box will pop-up and paste the below code.
And Note: Please change the color code of your choice.
/**** Custom Css ****/
a {
color: #0031FF;
}
a:hover {
color: #000000;
}
a:visited {
color: #B800FF;
}
-
-
Thanks for the response.
The CSS code you have given above has partially fixed it. The links that I have previously clicked on appears to have changed but the remaining auto-generated links (“Leave a comment” etc) are still the same unwanted green color.
Any ideas on how to target them?
-
-
Hi there!
Looks like you managed to get this working; that’s great to see!
@stevencnz, remember that with your plan, you can access Live Chat directly via https://wordpress.com/help/contact. That way, you can get help faster.
- The topic ‘Change link font color’ is closed to new replies.