• I know this was probebly answered a million times but i cant find it.

    so, how to add background image to a new page?

Viewing 1 replies (of 1 total)
  • You can do it by using some css or if your theme has provided theme options then you can use it.
    Instead of ‘wrapper’, just put the main wrapper class of the div that has wrapped the page that you want to add background for.
    Inside url, paste the path of the image that you have uploaded in your media library in order to make it the background image:

    .wrapper {
        background-image: url('');
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘background to specific page’ is closed to new replies.