Archived topic
Link colors
5 replies · Started by Tobias on August 17, 2022
Hi,
I would like to use different link colors in different places.
I saw this thread: https://generatepress.com/forums/topic/how-do-i-keep-heading-and-content-link-colors-separated/
Is there not a more simple way to do this?
When I change the text color of the link it stays the same, as the one color I have set in the Customizer settings.
Br,
Tobias Hyldeborg
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
On the front page I want to keep the light blue (logo color) on the link.
On the "Farm Site" page I want to use the same green color as the box on the front page.
Link added in private field. :-)
Hi Tobias,
Try adding this in Customize > Additional CSS:
.page-id-18509 .content-area a {
color: #485434;
}
It worked - thank you! :-)
You’re welcome Tobias! :)