You can change the color of the grey arrows by adding this to your style.css:
.wp-post-navigation div a:after {
color: #xxxxxx !important;
}
Just be sure to put your color hex code in place of xxxxxx 😉
Alternately, you can make the arrows disappear by adding this instead:
.wp-post-navigation div a:after {
display: none !important;
}
Thanks for your quick response Kevin.
I’ve tried setting images to have no alignment, but that only makes them display centered. I need them to show up aligned left with no text wrap.
Any other ideas?
Thanks!!
-Andrew