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
Where can I locate the background image of the home page?
Thank you.
Please see tmpl.default.css file the following class (line 1915):
.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.