Shape 5

Joomla Templates => Sea of Glass - September - Club => : tngenewhiz July 16, 2009, 09:47:49 AM



: Graphics questions: logo banner and background image
: tngenewhiz July 16, 2009, 09:47:49 AM
I am using SoG to test a migration from J1.0 to J1.5 at http://migration.tnhillbillie.net and am having a problem with a couple of graphics.

First, the logo image I'm using is truncated in the logo spot, even though I've changed the settings in the CSS file.  But, the same logo image in the icon template position does not truncate.

Second, I can't figure out how to make the rose "wallpaper" background fill the whole page.  I tried changing my filename to woodrepeat, but that didn't work.  I'm sure it's simple, but I haven't been able to find it.

Apparently, the template is designed for a dark background.  If I change all the #FFFFFF occurrences to a darker color in the template_css.css file, will that allow for use of a light background?


: Re: Graphics questions: logo banner and background image
: jonahh July 16, 2009, 12:23:42 PM
Hello,

In regards to the background not repeating open up your index.php file and look for:

body {
   background:<?php echo ($s5_colorback);?> url(<?php echo ($s5_repeatback);?>) repeat-x;}

Change the:
repeat-x

To:
repeat

Yes if you change all occurrences of #ffffff to a darker color this would work, also be sure to do so in the suckerfish.css file too

Regards,