If you look at the theme options, there’s a box for custom CSS.
You’ll want to use something like:
body { background-image( image here );
Just upload an image to your media library and then use the full path of the image in the brackets.
If you want to have the image fixed, repeated, etc.. have a look at this –
http://www.w3schools.com/css/css_background.asp
Ok thanks, but how do I incorporate my image in there. Look at ridersbaseball.com. I kind of want my background like that with the images on the left and right and info in the middle.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try this example on that W3schools link. That’s literally all you need.
I used that example, but nothing
Ok thanks, but how do I incorporate my image in there. Look at ridersbaseball.com.
Just upload an image to your media library and then use the full path of the image in the brackets.
i.e: body { background-image( http://www.youdomain.com/path/toyour/image/upload.jpg );
I kind of want my background like that with the images on the left and right and info in the middle.
Look at the source code of the site and see how they did it.
I used that example, but nothing
What did you use? Can you provide the code snippet? Looking at the source code, I don’t see any changes that were made.