Hello :)
does anyone know how I can make the background image of a page continue on my footer? I have set my regular background color (which always shows up except for this one page in which I set a background image) to grey in the customizer, which is why the footer always appears grey.
Try outs which did NOT work:
#footer-region{
background-color: transparent;
}
#footer-region{
background-color: none !important;
}
Thanks in advance!