Boost 3.9 Background Image

Re: Boost 3.9 Background Image

by Jon Witts -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
OK, thanks I found it... It was there but a higher level block had a white background and was hiding it...

Here's the CSS I added into the Raw SCSS section to get my background image showing...

/* background settings */

div#page {
    background-color: transparent !important;
}

body {
    -webkit-background-size: 100% !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}
I now have a rather nice background image throughout my site: