Adding a colour background to Moodle 4.0 using CSS
WiseCat WiseCat
1.04K subscribers
6,604 views
82

 Published On May 1, 2022

The background in boost is colourless. Its almost a perfect white. Where there is the option to choose an image for a background, perhaps you just want a simple colour or gradient in the background. This short video shows how this can be accomplished using the CSS below:

/* This changes the background colour */
.pagelayout-login #page,body {
background: linear-gradient(to right,#b1e1b8,#bffdf7,#b1e1b8);
}

show more

Share/Embed