• Resolved CreatorAurelia

    (@creatoraurelia)


    I am using quest, and when I add a site background image it doesn’t show up. The background color stays the same for all pages and posts (white). I also noticed that if I changed my site layout under Layout>Global>Site layout to ‘boxed’ from ‘wide’ it would display the site background and not have the background color, albeit while looking weird. Is there a way to have a background image with a wide site layout?

Viewing 1 replies (of 1 total)
  • Theme Author pacethemes

    (@pacethemes)

    The site background image is only if the site is set to boxed layout, this is not the content background image, but the site background image.

    You can try to set an image for the content background, add the below css in child theme css

    #main{
    background-image: url(IMAGEURL);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Background Image’ is closed to new replies.