Hi,
I searched in the forum how to change the footer text color and I used the following CSS code:
footer.x-colophon.bottom p {
color: #000030 !important;
}
footer.x-colophon.bottom a {
color: #000030 !important;
}
It works for the footer link text, but it doesn’t work for the “/” (separator char), which is still white.
You can see how it looks in the website: http://www.psicoajuda.pt
Please, advice how I can also change it to black (#000030).
Regards