Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #340356

    Hi, How can I change the background image in “coming soon” template?

    Thanks

    #340818

    Hi christianbak!

    You can add a color section element and set a custom background image on your blank page template

    Regards,
    Yigit

    #353517

    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!

    #353617

    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

    #387641

    What if I just want a white background? No image

    Thanks

    #387711

    Hey!

    Then please use following code instead

    #main .container {
    background-color: white; 
    }

    Best regards,
    Yigit

    #623214

    Thanks a lot Yigit!

    Site is ready to go :-)

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change background image’ is closed to new replies.