How do I use an image pattern for the website (not header) as a background?
Custom Background Image
4 posts from 3 voices-
Posted 10 months ago #
-
Hello,
On your Header Background Options, look for Background image alignment and choose tiled.
Regards,
IsmaelPosted 10 months ago # -
I'm not looking to add a tiled image to the header. I'm looking to add a tiled image to the entire site. There does not appear to be an option for this in the options panel.
Posted 10 months ago # -
Hi Carafry,
You can apply it with some css directly to the html,body. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
html, body { background-image:url('http://yoursite.com/yourimage.png'); }See the following for reference if you want to customize the background repeat or anything else: http://www.w3schools.com/css/css_background.asp
Regards,
Devin
Posted 10 months ago #
Reply
You must log in to post.














