Archived topic
Home page link color
7 replies · Started by Matthew on February 10, 2021
Can the link colour for just the home page be changed.
I have it set to latest posts and want the pagination link, 'Read more' link etc. changed.
Hi there,
The Read more button and other button is normally styled through Appearance > Customize > Colors > Buttons.
If it's a Read more link rather than a button, that can be styled through Appearance > Customize > Colors > Content.
That changes button colours, and it affects other areas like my blog posts.
I only want to change the links on the home page, for example these two:
... Read more
1 2 Next ->
for the home page only.
Hi there,
can you provide a link / password to the site so i can check the layout.
hi David,
I just sent through using the GP account issue form.
Would it be something similar to the method here
https://generatepress.com/forums/topic/link-css-particular-to-a-template/
You can use this for the read-more:
.inside-article .entry-summary a {
color: #f00;
}
This for the pagination links:
#nav-below a {
color: #f00;
}
And for the current page in the paginations links:
.paging-navigation .nav-links .current {
color: #0f0;
}
David giant killer
:) Glad to be of help.