My site is under construction, but I made it public hoping you may be able to help me figure this out. Here is my site – https://www.modern-romance.net/
I was able to change the title color of the widgets (per your advice above) but not the individual text that the widget creates.
Below is my style sheet: Is there anything else I can add to change the color? The gray fades too much and makes it hard to read.
.nav { font-weight: bold; }
#nav-topbar .nav li a { color:#fffff7; }
#nav-topbar .nav li > a:hover,
#nav-topbar .nav li:hover > a,
#nav-topbar .nav li.current_page_item > a,
#nav-topbar .nav li.current-menu-item > a,
#nav-topbar .nav li.current-menu-ancestor > a,
#nav-topbar .nav li.current-post-parent > a { color:#000; }
#nav-header .nav li a { color:#fffff7; }
#nav-header .nav li > a:hover,
#nav-header .nav li:hover > a,
#nav-header .nav li.current_page_item > a,
#nav-header .nav li.current-menu-item > a,
#nav-header .nav li.current-menu-ancestor > a,
#nav-header .nav li.current-post-parent > a { color:#000; }
#footer .nav li a { color:#000000; }
#footer .nav li > a:hover,
#footer .nav li:hover > a,
#footer .nav li.current_page_item > a,
#footer.nav li.current-menu-item > a,
#footer .nav li.current-menu-ancestor > a,
#footer .nav li.current-post-parent > a { color:#000; }
.textwidget ul li a {
color: #000;
}
.entry, .entry.excerpt p {color:#000}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #000
}
p.post-byline {
color: #000;
}
.page-title a { color: #000; }
.wpcf7-list-item {
display: block;
}