Hey there,
i am really struggeling on this one. I want the same footer on every page with the background of that page.
Some pages are just colored and some have background images. The problem is that the footer always uses the global background color.
-
i already set the footer-backgroundcolor to transparent
-
i used a transparent .png as global background image
is there a way to make footer-background transparent?
I am not looking for this code :
#footer-region{
background-color: transparent;
}
or this
.slug-page #footer {
background-color: transparent;
}
Thanks for any help