On the Item Details for this template, it states there is a custom color palette. However, I don't see this in the template parameters.
AS Templates
POSTED: 2014-01-17
Hello TRACIDILLARD,
It is available for link colors.
Regards, AS Team.
tracidillard
POSTED: 2014-01-17
I purchased this, thinking that since the template details said custom color palette, I would be able to easily change the top blue background. I've been digging through the css and other template files and cannot find where to change that blue color. The body background is fine, but I would like to change the header bg color.
AS Templates
POSTED: 2014-01-17
Hello TRACIDILLARD,
The background color you can change it in the tmpl.default.css file, please look for the following class (should be on line 1388):
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
It is available for link colors.
Regards, AS Team.
The background color you can change it in the tmpl.default.css file, please look for the following class (should be on line 1388):
#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.