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
How do you change the image next to the 5 buttons near the bottom of the page? I've looked everywhere I can think of that the image would be coded in.
Thanks
Please see '/templates/as002085/css/tmpl.default.css' file the following class (line 2485):
#content-row-2 .content-row-2-wrapper::before {
background-attachment: fixed;
background-image: url("../images/bg.row2.jpg");
background-position: left center;
background-size: cover;
display: block;
left: 0;
width: 49%;
}
Regards, AS Team.