background css edit

More
12 years 3 months ago #21792 by darthgizmo
Hello everyone! The question is, is it possible to change bg code, i need to make bg scroll, not fixed?

Please Log in to join the conversation.

More
12 years 3 months ago #21800 by ivan.milic
Replied by ivan.milic on topic background css edit
You need to edit in templates\hot_hotel\css\template_css.php:

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; ?>;
}


remove fixed

Please Log in to join the conversation.

Time to create page: 0.142 seconds
Powered by Kunena Forum