Hello,
I've managed to change the color of the link text:
.module-navlinks a {
color: #8B4500 !important;
}
But not the color of separators ("|") .
I've managed to change the color of the link text:
.module-navlinks a {
color: #8B4500 !important;
}
But not the color of separators ("|") .
no subject
Date: 2012-04-24 10:28 pm (UTC).module-navlinks,
.module-navlinks a {
color: #8B4500 !important;
}
That should get both the link and the separator.
no subject
Date: 2012-04-24 11:05 pm (UTC)I tried all possible combinations, but the separators remain white.
.module-navlinks,
.module-navlinks a,
.module-navlinks ul,
.module-navlinks li {
color: #8B4500 !important;
}
no subject
Date: 2012-04-24 11:09 pm (UTC)#header .module-navlinks li { border-color: #8B4500 !important; }
no subject
Date: 2012-04-24 11:15 pm (UTC)thanks a lot