I want a parallax background and I've put the following code in overide.css (css overide is enabled).
- Code: Select all
/* Parallax */
.box.parallax {
background-attachment: fixed;
background-position: center center;
background-size: cover;
background-image: url('../images/clients.jpg');
background-repeat: no-repeat;
}
In the Module Class Suffix I've put
- Code: Select all
parallax
But the background is still pink

link