Change Footer Font Color

URL is FindMyTN.House. Footer font color is showing up light gray and barely visible.

I have gone through several posts in the forum and nothing suggested has worked. I am saving and refreshing. No change. Any thoughts?

Tried:
.x-colophon-content p {
color: red;
}

.x-colophon-content p {
color: 000000;
}

Hi Erica,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-colophon.top .textwidget {
    color: red;
}
.x-colophon.top .textwidget a {
    color: red;
}
.x-colophon.top .textwidget a:hover {
    color: green;
}

Thanks!

That worked!! Thank you so much!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.