Hi,
how do i change the background-color of one page only ? I have looked up several answers on the forum and tried everything, even created a css-class but nothing worked.
the site is
http://www.studiolynnpieraets.be
and i only want the ‘projects” page completely in “background-color:white”
thanks for your help
Hey Fabienne,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-38 #main .main_color, .page-id-38 #main .main_color .container {
background: white;
}
Best regards,
Yigit
omg Yigit, you are speedy Gonzalez !! i just posted the question :-)
by the way, it works !! however, the header and footer still remain in the other color, how do I change these as well ?
Hi!
#TeamKriesi :)
Please add following code to Quick CSS as well
.page-id-38 .header_bg, .page-id-38 .container {
background: white;
}
Also, i cannot see footer on your page :)
Cheers!
Yigit
haha, yes, that is because the client does not want a footer !
she is an architect and wants the site to be very minimal (as you can see !!)
go team Kriesi ! :-)