Sticky Footer now has Background
-
do u have a link?
i will fix it if you can show me the linkwrote on May 22, 2023, 3:08 PM last edited by -
i think its fixed now if u update lay theme
-
wrote on Jun 5, 2023, 6:59 AM last edited by
It didn`t work. Everything is updated.
-
It didn`t work. Everything is updated.
wrote on Jun 6, 2023, 10:10 AM last edited by@CesareCesariano
Your footer still has a white background color. Clear it and it should be okay. -
wrote on Jun 6, 2023, 1:03 PM last edited by
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?wrote on Jun 6, 2023, 8:46 PM last edited by -
wrote on Jun 8, 2023, 9:39 PM last edited by
@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?
wrote on Jun 8, 2023, 10:12 PM last edited by@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;
}wrote on Jun 10, 2023, 11:27 PM last edited by@arminunruh It worked, thank you guys!
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it