Background image not changeable

I can't seem to find the option to set the background and footer image to one default. In the current situation, different pages have different background images. I.e. http://nieuw.vanessavanderroest.nl/?page_id=378 and http://nieuw.vanessavanderroest.nl/?page_id=2361. Where can I set the default (no image) and/or change it per page?

Comments

  • At this moment we don`t have option to turn off this background but this is great suggestion for future updates. At this moment you can remove it using below custom CSS in Theme options > Layout > Custom CSS section:
    body:not(.template-slider) #Header { background-image: none; }
    But if you want to change this background, then while you create/edit page, on the right side you have "Featured image" option and all you need to do is upload this background image here.

    But to setup footer background image, you can use below custom css:
    #Footer { background-image: url('path-to-image'); }
Sign In or Register to comment.