Sticky Footer now has Background
-
do u have a link?
i will fix it if you can show me the link -
do u have a link?
i will fix it if you can show me the link -
i think its fixed now if u update lay theme
-
It didn`t work. Everything is updated.
-
It didn`t work. Everything is updated.
@CesareCesariano
Your footer still has a white background color. Clear it and it should be okay. -
I set the footer on black background, now there is a white stripe on the background of the footer ;-) .
Any Ideas? -
I set the footer on black background, now there is a white stripe on the background of the footer ;-) .
Any Ideas? -
@kalamakumaran I`m not a developer, i tried css :
#footer-region{
position: fixed;
bottom: 0;
background-color: transparent !important;
left: 0;
width: 100%;
}- didnt work. Can u help?
-
@kalamakumaran I`m not a developer, i tried css :
#footer-region{
position: fixed;
bottom: 0;
background-color: transparent !important;
left: 0;
width: 100%;
}- didnt work. Can u help?
@CesareCesariano
Send me your login and I’ll fix it -
hey you're using this custom css:
#footer-region {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}it just makes the footer fixed on top of everything else
your row has a white background color
so in /wp-admin/ you'd need to go to your row in your footer, right click it and choose "set background color" and then remove the background coloror css:
#footer .row{
background-color: transparent;
} -
hey you're using this custom css:
#footer-region {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}it just makes the footer fixed on top of everything else
your row has a white background color
so in /wp-admin/ you'd need to go to your row in your footer, right click it and choose "set background color" and then remove the background coloror css:
#footer .row{
background-color: transparent;
}@arminunruh It worked, thank you guys!
