hi webdev,
im not very experienced, so forgive any nonsense i might write….
I used this :
#main-wrapper,
div.container {
background-color: rgba(255,255,255,0.35);
}
to make background transparent, but cant seem to get it right for the footer.
I tried this :
footer#footer .colophon {
background-color: rgba(255,255,255,0.35);
}
but it didnt have any effect.
the site is still in development.
thanks ??