Black Background

  • chibs
  • Visitor
  • Visitor
12 years 7 months ago #18007 by chibs
Replied by chibs on topic Re: Black Background
I have triet to change my page background from black but its not going
www.kingsflairinternational.com
Log: admin
PS: karoh

Please Log in to join the conversation.

More
12 years 7 months ago #18020 by ivan.milic
Replied by ivan.milic on topic Re: Black Background
You can change it form template parameters if you use custom style if you use predefined you can edit styles/styleX.php variable is $backgroundColor

Also you can edit it directly on place where it loads, in 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 just replace <?php echo $backgroundColor; ?> with color value.

Please Log in to join the conversation.

  • chibs
  • Visitor
  • Visitor
12 years 7 months ago #18051 by chibs
Replied by chibs on topic Re: Black Background
this is the code
body {
color:<?php echo $bodyText; ?>;
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path ?>/images/bg<?php echo $headerBgImage ?>.png) top center no-repeat;
}

i made changes

body {
color:<?php echo $bodyText; ?>;
background:="white" ;
url(<?php echo $template_path ?>/images/bg<?php echo $headerBgImage ?>.png) top center no-repeat;
}


is it correct.
or how do i add the code

Please Log in to join the conversation.

More
12 years 7 months ago #18063 by ivan.milic
Replied by ivan.milic on topic Re: Black Background
no if white it should be ,

body {
color:<?php echo $bodyText; ?>;
background:white url(<?php echo $template_path ?>/images/bg<?php echo $headerBgImage ?>.png) top center no-repeat;
}

Please Log in to join the conversation.

Time to create page: 0.084 seconds
Powered by Kunena Forum