parallax

GK User
Fri Sep 12, 2014 9:37 am
Hi,

In template.css I've changed the parallax image
Code: Select all
.box.parallax {
background-attachment: fixed;
background-image: url('../images/contact.jpg');
............
}


It also have the suffic 'parallax' in the Module Class Suffix from the relevent module.

But it don't work :(

link
User avatar
Expert Boarder

GK User
Fri Sep 12, 2014 11:49 am
1. Please move your code to override.css
(Remember to enable "CSS override" in template settings - advanced section.)
2. After the change please write back.
User avatar
Moderator

GK User
Fri Sep 12, 2014 12:34 pm
still doesnt work

Code: Select all
.box.parallax {
background-image: url('../images/contact.jpg');
}


in overide.css with css overide enabled :/
User avatar
Expert Boarder

GK User
Mon Sep 15, 2014 4:46 pm
Please change the code to:
Code: Select all
.box.parallax {
background-image: url('../images/contact.jpg') !important;
}
User avatar
Moderator

GK User
Tue Sep 16, 2014 7:01 am
tnx! works like a charm again xD
User avatar
Expert Boarder


cron