Archived topic
Color and previous article next article link.
6 replies · Started by Philippe on October 6, 2016
Hello,
I wish I could change the color of the link only for previous and next section article.
I would also get a little bigger arrows.
Is there a solution ?
Thank you in advance.
Philippe
Hello Philippe,
You can try adding this css:
.entry-meta .next a { color: red; }
.entry-meta .prev a { color: blue; }
This tutorial might help you through the process: https://generatepress.com/knowledgebase/adding-css/
Thank you en jean
That's what I added as css, it works fine.
.entry-title a, .entry-title a:visited {
color: #fffef4;
}
I wish I could now enlarge the arrows next is last.
Philippe
Sizes can be changed like this:
.nav-previous .prev:before,
.nav-next .next:before {
font-size: 15px;
}
Thank you Tom,
It's done and it works great!
Besides, I think put the site online tonight because my current site is totally lame.
Philippe
Glad we could help :)
Thank you for the suggestion!
I already try alone in the quiet just now, and if I do not go, I'll call for help. ;)
Philippe