Can't find CSS code to responsive arrows color for suggested next posts
-
How can I change the CSS color of the arrows for previous and next posts/portfolio projects on my site to the color #567DB0?
For example, see below this page and right above the footer widgets on desktop:
https://blenny.design/portfolio/refugee/Screenshot of area I’m referring to:

The arrows are currently a default theme green.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try this snippet:
.post-navigation .nav-previous:before, .posts-navigation .nav-previous:before, .post-navigation .nav-next:before, .posts-navigation .nav-next:before { color: #567DB0; }Let me know if that works.
Thanks!
- The topic ‘Can't find CSS code to responsive arrows color for suggested next posts’ is closed to new replies.