- Posts: 32
- Thank you received: 0
Change nasty color when loading site.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
11 years 2 months ago - 11 years 2 months ago #32803
by sergofoto
Change nasty color when loading site. was created by sergofoto
Hello
I have a question.
When you load the site at first appears a nasty yellow color.
How to change it to a dark gray.
www.sergofoto.com
Thank you.
I have a question.
When you load the site at first appears a nasty yellow color.
How to change it to a dark gray.
www.sergofoto.com
Thank you.
Last edit: 11 years 2 months ago by sergofoto.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #32807
by ivan.milic
Replied by ivan.milic on topic Change nasty color when loading site.
Open templates\hot_hotel\css\template_css.php
you will see this:
body {
background:<?php echo $bodyBg; if($bodyBgImage) { ?> url(<?php echo $template_path; ?>/images/bg<?php echo $bodyBgImage; ?>.jpg) no-repeat fixed top center<?php } ?>;
color:<?php echo $bodyText; ?>;
}
above it insert
<?php $bodyBg = '#000000';?>
you will see this:
body {
background:<?php echo $bodyBg; if($bodyBgImage) { ?> url(<?php echo $template_path; ?>/images/bg<?php echo $bodyBgImage; ?>.jpg) no-repeat fixed top center<?php } ?>;
color:<?php echo $bodyText; ?>;
}
above it insert
<?php $bodyBg = '#000000';?>
The following user(s) said Thank You: sergofoto
Please Log in to join the conversation.
Time to create page: 0.153 seconds