Need help changing footer font color

Hey, I’ve just added some new widgets to my footer.

But the font color isn’t readable (see screenshot below).

How can I change the font back to black? And is there some way I can resize the text?

Cheers,
Mark

Hi Mark,

Thank you for reaching out to us. To change the footer text color and increase the font-size, please add the following code in the Theme Options > CSS:

.x-colophon .widget p,
.x-colophon .widget .wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #000;
}
.x-colophon .widget p {
    font-size: 14px;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

1 Like

Thank you! I changed the background color of my footer yesterday to remedy this but you have helped me with resizing the texts. You are the best :slight_smile:

Glad we’re able to help, Mark.

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