Tagged: yigit
hi. can you help me to get the footer area fixed?
is want this color:
/*Footer Socket vergrößern*/ #main { background-color: #f3ebde; } #socket { margin-bottom: 80px; }
Do i use wrong code? The area is still white :( Greetings.
Hey corneliaboehm,
Try the following instead:
#socket {
background-color: #f3ebde !important;
}
Thanks,
Rikard
Hi Rikard.
This effects this area –> B: http://imgur.com/XPSxyIR
But i want this color at area A :) Can you please help me with this :) Thanks.
Hi,
Your actual site doesn’t look like your screenshot so that area doesn’t exist anymore?
Regards,
Rikard
Hi Rikard, sorry. i want to change this area —> from “white” to #f3ebde. How can i get this effect? Thank you!
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #av_section_6 {
background: #f3ebde;
}
Best regards,
Yigit
WOW! Thank you.
Uppp. sorry. But when i use this code this area also change color. but this area should stay white :)
here is no problem with the color at the footer area –> http://imgur.com/CxxxcSw
But on the landingpage only is a problem. the area is still white. how can i change the color here: http://imgur.com/Dabr239
Hi,
Please remove following code from your custom CSS
#socket {
margin-bottom: 80px;
}
and add following one
#socket {
background-color: #F3EBDD;
}
#socket .container {
background: #ee1b93;
}
#socket {
padding-bottom: 80px;
}
Best regards,
Yigit
Thank you. CLOSED.