Hi,
I am trying to make my footer transparent. I want the background image in my colour section to be full page.
I tried this in the quick css:
}
#footer .container {
background-color: transparent !important;
}
#socket {
background-color: transparent !important;
}
#footer {
background-color: transparent !important;
}
Can you please help?
Hey leaniementz,
Try adjusting the opacity instead:
https://www.w3schools.com/css/css_image_transparency.asp
https://stackoverflow.com/questions/10422949/css-background-opacity
Best regards,
Jordan Shannon
Hi,
not sure if you understand me correctly. At the bottom of the page there is a white strip (the footer). I would prefer that the current background image is full-page. So no white strip at the bottom.
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #av_section_1 {
height: 109vh !important;
}
Hope it helps :)
Best regards,
Nikko