- Posts: 14116
- Thank you received: 1639
Black Background
-
chibs
- 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
www.kingsflairinternational.com
Log: admin
PS: karoh
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
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.
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
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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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;
}
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