I have just switched to a lighter color top bar and bottom bar. I wanted to then reduce the transparency of the text. However, I have searched all over the customizer. Am I missing the color and transparency options somewhere?
FYI, here’s the footer CSS
.x-colophon.bottom .x-nav li a {
color: rgba(255, 255, 255, 0.25);
display: inline-block;
text-decoration: underline;
}