Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Which arrows are you referring to?
The arrows to going to the previous posts.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Could you link to a page with the arrow
http://www.theblondes.be/
If your moving on the left side of the page you see a double arrow <<
(light grey) but when your moving to the other side it disappears…
I need the arrows to be pink and visible.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Install this Custom CSS Manager plugin http://ww.wp.xz.cn/plugins/custom-css-manager-plugin
Then in the “CSS Code” section of the dashboard add this CSS:
.site-content #nav-below .nav-previous a,
.site-content #nav-below .nav-next a,
.site-content #image-navigation .nav-previous a,
.site-content #image-navigation .nav-next a {
color: #f20079;
opacity: 1;
}