Hi,
I can't find where to change the definition for the about.jpg that is shown in the background of 'Our Commitment'. Thought it should be somewhere in the templ.default.css but couldn't find it there nor in all other files.... Could you give me a hint?
AS Templates
POSTED: 2018-04-27
Hello DEMONPICCOLO,
You can find it in 'templates/as002093/css/tmpl.default.css' file on line 2834:
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 can't find where to change the definition for the about.jpg that is shown in the background of 'Our Commitment'. Thought it should be somewhere in the templ.default.css but couldn't find it there nor in all other files.... Could you give me a hint?
You can find it in 'templates/as002093/css/tmpl.default.css' file on line 2834:
#content-row-1 .content-row-1-wrapper::before
{
background-image: url("../images/bg.7.jpg");
background-position: left center;
background-attachment: fixed;
background-size: cover;
display: block;
left: 0%;
width: 49%;
}
The image is located in 'templates/as002093/images/' folder.
Regards, AS Team.