Forums

Replacing backround mage (6 posts)

  1. 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

  2. Christine
    WP Yogi & Forum Moderator
    Posted 4 months ago #

    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

  3. 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.

  4. Andrew Nevins
    Volunteer Moderator
    Posted 4 months ago #

    Try this example on that W3schools link. That's literally all you need.

  5. eddie6937
    Member
    Posted 4 months ago #

    I used that example, but nothing

  6. Christine
    WP Yogi & Forum Moderator
    Posted 4 months ago #

    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.

Reply

You must log in to post.

About this Topic