Footer widget text color

Hi again, my last question for a while (hopefully).

I changed the bg color of the footer, and managed to change link colors and the credit font color using the following:

footer#colophon {
background: #f0f0f0;
}
footer#colophon .textwidget p a,
.copyright-text {
color: #1e1e1e;
}
.bg-dark .back-to-top {
border-color: #7ab742;
}
.back-to-top .fa {
color: #1e1e1e;
}
#colophon a:hover{
color: #1e1e1e;
}
#colophon .widget .widget-title {
color: #1e1e1e;
font-size: 18px;
}
.main-footer-navigation a, #colophon a{
color: #7ab742;
}

But how do I change the text color from white to #1e1e1e in footer widgets (specifically the Jetpack Upcoming Events widget). See http://www.nsclassis.org

Thanks for your help once again!

hey there

Hope you are having a good day and thank you for your question

Please add this CSS in appearance - customize - additional CSS

footer ul.upcoming-events li * {
color: #1e1e1e;
}

Thanks!
Colorlib Support Team

Thanks, that’s perfect. You can close this thread.
Have a great week!

will close this case now, Feel free to contact us again if you have other questions

Thanks!