Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello elynpatrick,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    body {
      background: url(http://69b.566.myftpupload.com/wp-content/uploads/2017/12/AdobeStock_126887799_Preview-1.jpeg);
      background-repeat: no-repeat;
      background-size: auto;
      background-size: cover;
    }
    
    .site {
      background-color: transparent ;
    }
    
    .site-inner, .is-singular:not(.home) .site-inner {
      background: transparent;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter elynpatrick

    (@elynpatrick)

    Your fabulous! Thanks so much for your help

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing page backgrounds’ is closed to new replies.