Leatherbound theme footer

Leatherbound theme footer

by Nolly Baker -
Number of replies: 1

Hi Patrick

I'm using the leather bound theme for our school, i have manage to add logo of our school to the header. I need to change the footer by adding a back ground picture into it.

Can you please guide me how to do that.

 

cheers

(Edited by Mary Evans - original submission Sunday, 30 March 2014, 4:19 AM)

Split from discussion about Leatherbound 1.9 theme.

Average of ratings: -
In reply to Nolly Baker

Re: Leatherbound theme footer

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

As you will see I have split this from the original discussion.  That old discussion was about the Moodle 1.9 version of Leatherbound. Are we to assume you are talking about the 1.9 version of Leatherbound? If so then you need to open leatherbound/styles.css and add the following to the end of that file.

#footer {
    background-image: url(pix/bground.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #FFFFFF; /* white */
}

You will also need to put your image in the pix folder of your theme. You will also need to change the name I used in the css bground.jpg to the same name of your background image.

Cheers

Mary