Archived topic
How to Change Next/Previous Link Colors
6 replies · Started by RJ on July 28, 2020
Hey there - I am trying to change my Next/Previous link colours but cannot figure it out.
Link colour to be: #A74165
Hover colour: #A56040
I also need the font size set to 17px
Thanks in advance.
Hi there,
Where can I see the links you are referring to?
Hi Leo
If you scroll to just above the comments you'll see the next/previous links.
https://www.eatweeds.co.uk/alexanders-smyrnium-olusatrum
TIA
Don't worry Leo. I just found how to do it. It was under:
Customizer > Colors > Entry Meta Links
Cheers.
Glad to hear!
If you want to use different colors for post navigation and entry meta items then this would be the CSS:
.post-navigation a {
color: #000;
}
Many thanks, Leo
No problem :)