Comment on Stallion WordPress SEO Theme by SEO Dave.

WordPress SEO Theme Stallion isn’t designed specifically for something like that, but you would be able to have a background image for the entire page.

You’ll probably have it as an entire background though if you use a tile type image (like you can use on a Desktop with Windows) so it will work with all screen resolutions, but it would show behind the text etc…

I’d start with editing the style.css file (found at /wp-content/themes/stallion-seo-theme/ at:

#wrap_stallion {

Add below it:

background-image:url('background.gif');
background-repeat:repeat;

Put the background image “background.gif” into the Stallion theme folder.

If you use a 100px by 100px wide image it will be repeated over the entire background.

If you want the image not to show behind text I think creating a white 1px by 1px wide white image. and using this code on some of the other areas will stop it showing.

Try this, below:

#content_all {

add

background-image:url('white.gif');
background-repeat:repeat;

where white.gif is the 1px wide white image.

I think that should do it.

You might have a problem with this concept with the Simple colour scheme.

LMK how it turns out.

David

Update: Adding a background image is part of WordPress, so built into Stallion: Appearance >> Background.