eddie6937
Member
Posted 4 months ago #
I need some help please
I am trying to change my background image from white to a darker color, and possibly an image. How do I do this in Wordptress.
My site http://www.dfwsportssource.com
I want my site to look like the background of ridersbaseball.com.
PLEASE HELP
EDDIE
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
eddie6937
Member
Posted 4 months ago #
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.
Try this example on that W3schools link. That's literally all you need.
eddie6937
Member
Posted 4 months ago #
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.