You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Backgrond Images (TILED??)

UserPost

6:14 pm
November 6, 2009


missltorres

Member

posts 4

1

Hey there…

I uploaded a background image to my images folder and chose it in WP. It shows as TILED!

How on earth do I take that TILED look out of there?

I even tried to resize it in photoshop but it still shows as a tiled image.

Please help!

Thanks

Lisa

8:28 am
November 9, 2009


Ryan

Admin

posts 1547

2

You'll need to edit the style.php file to remove the default tiling code. If you go into the Editor under the Appearance tab and then select the style.php file, on line 60 under the body tag you'll see this:

background-repeat: repeat;

If you change that to this:

background-repeat: no-repeat;

Your background image won't repeat and will be centered behind your blog at the top.