This topic has 9 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hi guys,
How can i change the entire background into 1 color? Or even better: an image? So basicly everything ight under the big rev slider till footer.
Im working with woothemes – one-page setting.
Hello,
Please provide us with a link to your site.
Thank you.
Regards,
Eva Kemp.
Here you go:
Hello,
You can change background color adding this code in custom.css file:
.st-content {
background-color: grey;
}
To set background image use this code:
.st-content {
background-image: url("link_to_your_image");
}
Thank you.
Regards,
Eva Kemp.
Hi Eva, Thanx for your reply but it did not help. It just stays the same. Any more suggestions?
Hello,
Please try to add this code into custom.css file.
.home .page-wrapper{
background: grey;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Don’t forget to enable custom.css file in Theme Options->Custom CSS.
Regards,
Robert Hall.
That did not worked either. Still my white background. For your information: im using the “wide” setting. Any more suggestions?
got it working now! My background settings in the 8theme settings were wrong too. Now ive got it right!
Thanx all
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Background Color one-page setting’' has been successfully resolved, and the topic is now closed for further responses