How can I change the default background to transparent?
Regards,
Neil
djneilly
POSTED: 2012-03-13
When i inspect element, it reads www.sitename.com.au (line52). Where can i find this file and change basic css, for eg, no borders, background transparent instead of a colour.
Thanks.
AS Templates
POSTED: 2012-03-13
Hello djneilly,
Sorry, in which position you need to change it? Check the styles.php file.
Regards, AS Team.
djneilly
POSTED: 2012-03-13
This is what I am trying to find and change to transparent, but i cant find the location of the file to do this.
Hi Team... How do I edit and add more information to my footer.
Regards,
Neil
AS Templates
POSTED: 2012-04-03
Hello djneilly,
Sorry, not quiet understand your question.
We can suggest you refer to the template documentation:
http://astemplates.com/itemdetails.php?id=109&page=howto&article=16
Please see the following paragraphs:
Position 50 (Custom HTML)
Positions 51 and 52 (Menu)
Position-53 (Custom HTML)
Regards, AS Team.
djneilly
POSTED: 2012-04-05
Thank you team. I added a custom HTML module and assigned it to position 51, and it did exactly what i wanted it to do.
djneilly
POSTED: 2012-04-18
Hi team,
Is there any easy way to centre my div boxes. I am trying margin-left and margin-right: auto but nothing is working.
Regards,
djneilly
AS Templates
POSTED: 2012-04-19
Hello djneilly,
That is not easy to suggest you something without to see your site, sorry.
Did you try text-align: center;
Regards, AS Team.
djneilly
POSTED: 2012-05-08
Hi team,
Is there any easy way to centre my div boxes. I am trying margin-left and margin-right: auto but nothing is working.
Please see my site: http://www.globaldancestudio.com.au/index.php/styles
Regards,
djneilly
AS Templates
POSTED: 2012-05-09
Hello DJNEILLY,
Did you try text-align:center; or margin: 0px auto 0px auto;
In which module position you need centralize your divs?
Regards, AS Team.
djneilly
POSTED: 2012-05-15
Hi Team,
Is it possible to remove to the <div id="companyname"> ONLY from the home page and have it showing in the other pages.
Regards,
Neil
AS Templates
POSTED: 2012-05-15
Hello DJNEILLY ,
Sorry, there is no such option, it should be developed.
Regards, AS Team.
djneilly
POSTED: 2012-05-16
Hi Team,
Where can i find the code to change the following:
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
How can I change the default background to transparent?
Regards,
Neil
Thanks.
Sorry, in which position you need to change it? Check the styles.php file.
Regards, AS Team.
#colmain #component {
background-color: #707070;
}
I get this when i inspect the element in firefox. When I change the html code to ”transparent” it gives me the look I want.
I now need to find the location of the css file that this references.
i replaced the code:
#colmain #component
{
background-color: #[?php echo $body_bgcolor; ?];
}
with:
#colmain #component
{
background-color: transparent;
}
Thankyou once again..
Regards,
Neil
Sorry, not quiet understand your question.
We can suggest you refer to the template documentation:
http://astemplates.com/itemdetails.php?id=109&page=howto&article=16
Please see the following paragraphs:
Position 50 (Custom HTML)
Positions 51 and 52 (Menu)
Position-53 (Custom HTML)
Regards, AS Team.
Is there any easy way to centre my div boxes. I am trying margin-left and margin-right: auto but nothing is working.
Regards,
djneilly
That is not easy to suggest you something without to see your site, sorry.
Did you try text-align: center;
Regards, AS Team.
Is there any easy way to centre my div boxes. I am trying margin-left and margin-right: auto but nothing is working.
Please see my site: http://www.globaldancestudio.com.au/index.php/styles
Regards,
djneilly
Did you try text-align:center; or margin: 0px auto 0px auto;
In which module position you need centralize your divs?
Regards, AS Team.
Is it possible to remove to the <div id="companyname"> ONLY from the home page and have it showing in the other pages.
Regards,
Neil
Sorry, there is no such option, it should be developed.
Regards, AS Team.
Where can i find the code to change the following:
#header .row1 {
background-color: #000000;
border-bottom: 1px solid #303030;
#header #sliderow {
background-image: url("/templates/as002033/images/bg.slider.png");
background-position: left bottom;
background-repeat: repeat-x;
border-bottom: 1px solid #303030;
}
Regards,
Neil
Have you looked for it in styles.php file?
Regards, AS Team.