Background image change in Sportal

  • joa
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 1 week ago - 12 years 1 week ago #28200 by joa
Hi, I am new to the template and tried to figure out how to change the background image of my site. In the template style options it doesn't let me choose a path and I tried to search in the css file.
I can choose Dark Light or None only. Where can I change it to upload my own background image?
Thx
Last edit: 12 years 1 week ago by joa.

Please Log in to join the conversation.

More
12 years 6 days ago #28213 by ivan.milic
In template_css.css you hav ethis:
Code:
body { font-size:<?php echo $mainFontSize; ?>px; color:<?php echo $bodyText; ?>; <?php if ($backgroundImage!="none") { ?> background:<?php echo $backgroundColor; ?> url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.png); <?php }else{ ?> background:<?php echo $backgroundColor; ?>; <?php } ?> }

just add your background property definition as last property so it overrides default one

Please Log in to join the conversation.

  • joa
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 6 days ago #28227 by joa
Thanks but I cant find this block in template_css.css

Please Log in to join the conversation.

More
12 years 6 days ago #28233 by ivan.milic
Sorry it's template_css.php
The following user(s) said Thank You: joa

Please Log in to join the conversation.

  • joa
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 5 days ago #28242 by joa
can you highlight where in the code or send me an example syntax?

Please Log in to join the conversation.

More
12 years 5 days ago #28262 by ivan.milic
body {
font-size:<?php echo $mainFontSize; ?>px;
color:<?php echo $bodyText; ?>;
<?php if ($backgroundImage!="none") { ?>
background:<?php echo $backgroundColor; ?> url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.png);
<?php }else{ ?>
background:<?php echo $backgroundColor; ?>;
<?php } ?>
background:.....
}

Please Log in to join the conversation.

Time to create page: 0.169 seconds
Powered by Kunena Forum