Background Top Template

  • atitudeinfo
  • Topic Author
  • New Member
  • New Member
More
13 years 9 months ago #8978 by atitudeinfo
Background Top Template was created by atitudeinfo
Good morning everyone,
Once again I turn to the experts.

I would only let the top part of my layout a standard color background.

How can I do this?






Thank you.

Fabio Nozaki
Attachments:

Please Log in to join the conversation.

More
13 years 9 months ago #8988 by ivan.milic
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.

Please Log in to join the conversation.

  • atitudeinfo
  • Topic Author
  • New Member
  • New Member
More
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

Please Log in to join the conversation.

More
13 years 9 months ago #9029 by ivan.milic
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
  • New Member
More
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

Please Log in to join the conversation.

More
13 years 9 months ago #9101 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.162 seconds
Powered by Kunena Forum