Hello
I have added an about me, about us page and terms and conditions. They are all in white on a white background. I would like them to be black. Is this not something I can do through the settings?
If not, can you please provide me with some code.
Thank you.
Hello Bryan,
Thanks for writing in!
If you wish to change footer text color, please use following CSS under X > Theme Options > CSS:
footer.x-colophon.top {
background-color: #ededed;
color: #000;
}
footer.x-colophon.top a {
color: #000;
}
footer.x-colophon.top .h-widget {
color: #000;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g
2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI
Thanks.
Sorry, but that has not worked. It is still not showing until I click and drag over it.
Hi Bryan,
Try adding this css.
footer.x-colophon.bottom #menu-footer.x-nav a {
color: #000;
}
Hope it works.
Perfect. Thank you very much.
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.