Hello,
ich have purchased this Template and everythings working fine.
Now theres one thing i want to change if its possible.
I like to replace the blue Background color with an image, how can i do this ?
Greetings from bavaria.
AS Templates
POSTED: 2014-12-11
Hello TIRTAINGIRE,
It can be done by editing tmpl.default.css file the following class:
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
ich have purchased this Template and everythings working fine.
Now theres one thing i want to change if its possible.
I like to replace the blue Background color with an image, how can i do this ?
Greetings from bavaria.
It can be done by editing tmpl.default.css file the following class:
#header-top-wrapper {
background-color: #172236;
background-image: url("../images/bg.header.shadow.png");
background-position: center top;
background-repeat: no-repeat;
z-index: 10000;
}
Regards, AS Team.