Shape 5

Wordpress Club Themes => Hexicon Gamer - Club => : theelous3 April 14, 2013, 11:39:39 AM



: Change tile bg.
: theelous3 April 14, 2013, 11:39:39 AM
Hi there! :D

I want to change the backround from the repeating x-y tile, to a full width x, and repeating y backround.

(I want one image to spread the width of the page, and repeat downwards as necessacary, if that makes sense.)

How do I go about doing this?
I've firebuged everything, but to no avail!

Thanks guys,

theelous3.


: Re: Change tile bg.
: Tristan Rineer April 15, 2013, 09:17:09 AM
Each section has its own background, so there are multiple locations in the CSS you could edit, depending on what you want to change.

template.css - Line 6: body - this is the main body of the site, you can change "repeat" to "repeat-y".

template.css - Line 591: #s5_bottom_area_wrap1 - This is the area that covers the main body of the site.

Etc...

When trying to Firebug things to figure out what to change, you can try the new values right in Firebug to see what they do; then just look at the line number and file it tells you to go to.