Customizing background image of the Adaptable theme

Customizing background image of the Adaptable theme

by Balazs DaVinci -
Number of replies: 1

Hallo Moodle admins,

I would like to customize the background image of the Adaptable theme, so that the background image covers the whole page and does not repeat.

I am using the following code within the custom CSS of the theme, but it has no effect.

body {

    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; 
}

Does anybody has an idea or tip why?

Thanks a lot
cheers
Balazs

Average of ratings: -
In reply to Balazs DaVinci

Re: Customizing background image of the Adaptable theme

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Please kindly read 'Before asking a question PLEASE' at the top of the forum.