When i try download this template it tells me that the page has been moved or deleted.
I would like to purchase this template and dont want to see an error message when its time to download.
Thanks.
AS Templates
POSTED: 2014-06-30
Hello MCKRUGER,
Thank you for noticing about this issue, the url fixed, please try to download it one more time.
Regards, AS Team.
McKruger
POSTED: 2014-07-16
Just a question,
How do i change the position-6 boxes header from grey to red ?
AS Templates
POSTED: 2014-07-16
Hello MCKRUGER,
what is your site url please, we will check and let you know.
Regards, AS Team.
McKruger
POSTED: 2014-07-16
Hi site name is www.transfire.co.za
If you look at the site the boxes with header underneath the slider in position 6 i think. I would like to change the headers colour from grey to Red
McKruger
POSTED: 2014-07-16
Sorry the temp url is www.transfire.co.za/transfire
AS Templates
POSTED: 2014-07-16
Hello MCKRUGER,
You can do it by editing style.cherry.css file the following class:
Ive changed the background-color: to blue but that changes the content color and not the header color.
I want to change the dark grey with the heading in it to another color
AS Templates
POSTED: 2014-07-16
Hello MCKRUGER,
Try to change 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
When i try download this template it tells me that the page has been moved or deleted.
I would like to purchase this template and dont want to see an error message when its time to download.
Thanks.
Thank you for noticing about this issue, the url fixed, please try to download it one more time.
Regards, AS Team.
How do i change the position-6 boxes header from grey to red ?
what is your site url please, we will check and let you know.
Regards, AS Team.
If you look at the site the boxes with header underneath the slider in position 6 i think. I would like to change the headers colour from grey to Red
You can do it by editing style.cherry.css file the following class:
#featured-row .mod-newsflash .item,
#featured-row .mod-custom
{
background-color: #eaeaea;
box-shadow: 1px 12px 15px -15px #000000;
}
Regards, AS Team.
I want to change the dark grey with the heading in it to another color
Try to change the following class:
#featured-row .module_title
{
background-color: #626262;
color: #ffffff;
}
and background image in tmpl.default.css file:
#featured-row .module_title
{
background-image: url("../images/bg.heading.jpg");
background-position: left top;
background-repeat: repeat-x;
border-radius: 5px 5px 0 0;
font-size: 36px;
line-height: 68px;
margin: 0;
padding: 0 25px;
text-transform: none;
}
Regards, AS Team.