• 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 https://www.dfwsportssource.com
    I want my site to look like the background of ridersbaseball.com.

    PLEASE HELP

    EDDIE

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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 –
    https://www.w3schools.com/css/css_background.asp

    Thread Starter eddie6937

    (@eddie6937)

    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.

    Thread Starter eddie6937

    (@eddie6937)

    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( https://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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Replacing backround mage’ is closed to new replies.