What css file controls the background image bg.header.png. I need to adjust the size to make room for an Ad header. This is the one the controls the graphic color of the site. I am hoping to make it adjustable so it will resize when an Ad is inserted in position-0
AS Templates
POSTED: 2012-06-13
Hello ITDIVAS,
Please see styles.php file, body element (line 18).
Regards, AS Team.
itdivas
POSTED: 2012-06-15
Thanks, that worked. Now what css controls the background color of the header and body. I have made the white areas of the graphic transparent.
AS Templates
POSTED: 2012-06-17
Hello ITDIVAS,
Can You please provide us with your site URL?
We will check and let you know.
Regards, AS Team.
itdivas
POSTED: 2012-06-19
Ok, I changed the background color to light grey (not sure I did it right) but now the lovely light grey borders around the COLMAIN dont show up because they are the same color. Please tell me where the border color is controlled. I would also love to adjust the height of position-2 for ads.
Here is the link to the site.
http://demosite1.hostzi.com/
AS Templates
POSTED: 2012-06-19
Hello ITDIVAS,
We are sorry, not quiet understand the problem, which border should be changed? Can You please provide us with more info?
BTW, you can easy determinate the needed class by using Firebug editor:
http://getfirebug.com/css.
Sorry, we are not able provide customization services for free.
Regards, AS Team.
itdivas
POSTED: 2012-06-19
There is a very faint border around the main content area. However I have changed the background color to grey so the border no longer shows up. I would like to make it black so that it show up again but I cant see where to change it. I have firebug and that is how I found out that COLMAIN was the css name for the content area.
itdivas
POSTED: 2012-06-20
Firebug says the border element I am trying to edit is located in SERVICES-031. Can you help me identify what file that is.
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
Please see styles.php file, body element (line 18).
Regards, AS Team.
Can You please provide us with your site URL?
We will check and let you know.
Regards, AS Team.
Here is the link to the site.
http://demosite1.hostzi.com/
We are sorry, not quiet understand the problem, which border should be changed? Can You please provide us with more info?
BTW, you can easy determinate the needed class by using Firebug editor:
http://getfirebug.com/css.
Sorry, we are not able provide customization services for free.
Regards, AS Team.
from firebug
#colmain #component {
background-color: #FFFFFF;
border-color: #DEDEDE;
}
services-031 (line 609)
It is located in the styles.php file on line 567, please llok for the following:
#colmain #component
{
background-color: #<?php echo $bodybgcolor; ?>;
border-color: #DEDEDE;
}
Regards, AS Team.