- Thank you received: 0
Background Top Template
-
atitudeinfo
-
Topic Author
- New Member
-
Less
More
13 years 9 months ago #8978
by atitudeinfo
Background Top Template was created by atitudeinfo
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #8988
by ivan.milic
Replied by ivan.milic on topic Re: Background Top Template
I don't quite understand from your translation what you meant, but top graphic comes from background image defined in css/template_css.php:
body {
color:<?php echo $bodyText; ?>;
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path ?>/images/bg<?php echo $headerBgImage ?>.png) top center no-repeat;
}
You can put your rule after this rule and override it's values or edit it.
body {
color:<?php echo $bodyText; ?>;
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path ?>/images/bg<?php echo $headerBgImage ?>.png) top center no-repeat;
}
You can put your rule after this rule and override it's values or edit it.
Please Log in to join the conversation.
-
atitudeinfo
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 9 months ago #9011
by atitudeinfo
Replied by atitudeinfo on topic Re: Background Top Template
Hello Ivan,
My English is bad, then use the google translator.
What I would like to know how to get only the header of the site is a single color.
I could not find the reference cited in that file css / template_css.css
Thank you very much
My English is bad, then use the google translator.
What I would like to know how to get only the header of the site is a single color.
I could not find the reference cited in that file css / template_css.css
Thank you very much
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #9029
by ivan.milic
Replied by ivan.milic on topic Re: Background Top Template
I did not tell you template_css.css it's template_css.php , a .php file.
Please Log in to join the conversation.
-
atitudeinfo
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
13 years 9 months ago #9087
by atitudeinfo
Replied by atitudeinfo on topic Re: Background Top Template
Hello Ivan, thank you very much your help,
I tried to fashion oriented, but could result BG4.PNG working file.
veja em www.iomegamegastore.com.br
Anyway thank you
Fabio Nozaki
I tried to fashion oriented, but could result BG4.PNG working file.
veja em www.iomegamegastore.com.br
Anyway thank you
Fabio Nozaki
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 9 months ago #9101
by ivan.milic
Replied by ivan.milic on topic Re: Background Top Template
Hi,
open template_css.php and add this at the bottom:
body {
background-image:none; /*This would remove current background image*/
}
.header
{
background-color:#xxxxxx; /* where instead of xxxxxx you need to put color */
}
note that header is not 100% of page width, if you want to have background color in header across whole page width best is to change current background image.
open template_css.php and add this at the bottom:
body {
background-image:none; /*This would remove current background image*/
}
.header
{
background-color:#xxxxxx; /* where instead of xxxxxx you need to put color */
}
note that header is not 100% of page width, if you want to have background color in header across whole page width best is to change current background image.
Please Log in to join the conversation.
Time to create page: 0.162 seconds