Hi, How can I change the background image in “coming soon” template?
Thanks
Hi christianbak!
You can add a color section element and set a custom background image on your blank page template
Regards,
Yigit
Hi, I have the same question, but also a little new to WordPress. How do I change the default page template to change the background image?
I don’t want to mess with the page.php since it’ll be overwritten on new theme updates. I also tried adding this custom CSS code but didn’t work:
#av_section_1 {
background: url(http://*****.jpg) bottom center no-repeat fixed !important;
}
can you help? thanks!
Hey!
Please try adding following code to Quick CSS
#main .container {
background-image: url(https://kriesi.at/themes/enfold-coming-soon/files/2014/09/people_town_dark.jpg);
}
If that does not work, please post the link to your website and a screenshot showing the changes you would like to make
Best regards,
Yigit
What if I just want a white background? No image
Thanks
Hey!
Then please use following code instead
#main .container {
background-color: white;
}
Best regards,
Yigit
Thanks a lot Yigit!
Site is ready to go :-)