Viewing 1 replies (of 1 total)
  • David_G

    (@questas_admin)

    Are you running a CHILD-THEME? If so try this in your style.css file. Don’t edit core files, use a child-theme.
    You need the page id # the url where the image is located. This will give you a fixed background image.

    body.page-id-?? {
    background: url(insert url here) no-repeat center center fixed;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘can i put a photo in the background of the page’ is closed to new replies.