Parallax background

Support desk for Multipurpose Quark Theme
GK User
Wed Feb 11, 2015 2:58 pm
Hi,

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
User avatar
Expert Boarder

GK User
Thu Feb 12, 2015 7:52 am
Hello,

Did you tried to use the built-in parallax-bg suffix and put the background image in the options of the custom html module?
User avatar
Administrator

GK User
Thu Feb 12, 2015 9:37 am
not yet, and yes...it works like a charm now! :D
User avatar
Expert Boarder


cron