Hello @janequade,
I checked your site and your custom CSS code it seems that your selector is not correct since there is no “.x-top” class that is why your custom CSS code is not working.
You can remove those custom CSS codes and add this code.
footer.x-colophon.top h4.h-widget {
color: #000000;
}
footer.x-colophon.top .widget.widget_text {
color: #000000;
}
Please feel free to change the color code as per your design. The output of this code would be like this. Please check the screenshot in the secure note.
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps.
Thanks