I installed this template: 002059 from purchased quickstart file.
I try to change the title color in to gray or any other color but it stays white...
Please advise.
AS Templates
POSTED: 2014-05-08
Hello ANDREWE,
The title color designed to match the template design, the template overwrite all slider settings, the color you can change by editing 'templates/as002059/css/ext.artslider.css' file, the following classes:
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 try to change the title color in to gray or any other color but it stays white...
Please advise.
The title color designed to match the template design, the template overwrite all slider settings, the color you can change by editing 'templates/as002059/css/ext.artslider.css' file, the following classes:
.camera_caption .slide_title {
color: #FFFFFF;
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
font-size: 64px;
font-weight: bold;
line-height: 80px;
margin-bottom: 0 !important;
padding-bottom: 15px !important;
text-shadow: 1px 1px 0 #333333;
text-transform: uppercase;
}
.camera_caption h2 {
color: #B3C8D7;
font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
font-size: 28px !important;
font-weight: bold !important;
margin-bottom: 15px;
text-shadow: 1px 1px 0 #333333;
}
.camera_caption p {
color: #FFFFFF;
font-size: 16px !important;
font-weight: bold;
line-height: 22px;
margin: 0 !important;
padding: 0 !important;
text-shadow: 1px 1px 0 #333333;
text-transform: uppercase;
}
Regards, AS Team.