how to change link color?
- The topic ‘how to change link color?’ is closed to new replies.
Need help? Check out our Support site, then
Links are too light. How can I change the color?
The blog I need help with is: (visible only to logged in users)
Hello,
Which links are you referring to?
You can change all link color on the site by adding the following style within the “Additional CSS” section of the Customizer:
a, a:link, a:visited {
color: #ff0000;
}
If you would like to change the link colors for the buttons on your home page, you can accomplish this by adding the following style:
.featured-pages a.button {
color: #ffffff;
}
Let us know if that works, or if you need anything else.
Thanks!