Thank you!
Unfortunately I choose the light option in the customizer for header.
Anyaway I made the changes with your code, but I don’t get a nice result.
I’m using this code:
.design-credit {
background: rgba(255,255,255,0.2) !important;
}
.site-footer {
background: rgba(255,255,255,0.2) !important;
}
.site-footer p, s
h3 a:link,
.menu-footer-items a:link,
.social-media-icons a:link {
color: #222;
}
.site-footer a {color: #222;}
I got this:
https://puu.sh/diuab/c3a97db111.jpg
Sorry for many questions, but I want the light color from header to footer.
Thank you!