I've been using As002064 template it's great. I'm wondering how I could make background scrolled instead of fixed? I put background-attachment: scrolled; into css/tmpl.default.css but didn't work.
Thanks!
Regards, Attila
AS Templates
POSTED: 2015-01-19
Hello ATBAZSO,
In the tmpl.default.css fule in the following class you have to change the background-attachment property to 'scroll'
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I've been using As002064 template it's great. I'm wondering how I could make background scrolled instead of fixed? I put background-attachment: scrolled; into css/tmpl.default.css but didn't work.
Thanks!
Regards, Attila
In the tmpl.default.css fule in the following class you have to change the background-attachment property to 'scroll'
.header {
background-attachment: fixed;
background-image: url("../images/bg.header.jpg");
background-position: center top;
background-repeat: no-repeat;
left: 0;
position: relative;
top: 0;
}
Regards, AS Team.
Thanks it worked. I just couldn't make that change from joomla backend so had to go to the hosting.
Regards, Attila