Does anyone know how to change the color of the navigation arrows? People often say they cannot see them. Any help is appreciated.
MetroMontage
Does anyone know how to change the color of the navigation arrows? People often say they cannot see them. Any help is appreciated.
MetroMontage
Navigation arrows? Are these on your blog? Hard to say without seeing it. Can you post a link?
htp://www.metromontage.com is my site.
In the stylesheet change:
/* =home */
.home #container #nav-above {display:block;position:fixed;}
.home #container #nav-above .nav-previous a, .home #container #nav-above .nav-next a {display:block;color:#aeaeb0;padding:0 10px;}
.home #container #nav-above a:hover, .home #container #nav-above a:hover {color:#888;text-decoration:none;}
This topic has been closed to new replies.