Changing color of the next post links
- The topic ‘Changing color of the next post links’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
Am I able to change the color of the links at the bottom of the blog posts that can take you to either the next post or the previous post? Right now I am only seeing an option for a darker teal color that was already integrated into the theme.
Thank you!
The blog I need help with is: (visible only to logged in users)
Hello there, sorry for the delay answering, it seems notification for new topics failed.
Yes, you can add this CSS:
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
background-color: #00b9eb;
}
.post-navigation .nav-links .nav-previous a, .post-navigation .nav-links .nav-next a {
color: #fff;
}
First value controls the background color of the button meanwhile the second one does the text color. Here you are a tool to set HEX colors: https://htmlcolorcodes.com/
And this about how to add CSS to your WordPress site: https://wordpress.com/support/custom-design/editing-css/
Hope this helps :)
Best,
Ricardo P. from SiloCreativo