THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Background image

Home › Forums › Omega › Background image

Tagged: background, background image

  • This topic has 7 replies, 3 voices, and was last updated 12 years, 1 month ago by pierre.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • February 26, 2014 at 1:42 pm #1834
    jen
    Participant

    Hi
    I’m trying to add a background image using a child theme Ihave added.
    This is the CSS I’m using

    body {
    background-image: url(wp-content/uploads/2014/02/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    I have also used ‘background’ in stead of ‘background-image’ – neither work.

    The child theme is working correctly as I am able to make other changes, and the image is uploaded correctly.

    Any help would be very much appreciated.

    March 5, 2014 at 9:20 am #1853
    han
    Keymaster

    Hi Jen, can you post your site url?

    March 15, 2014 at 1:04 am #1905
    pierre
    Participant

    Hello, I’m new.
    I want to put a background image on my web site, Omega/WP of course.
    I didn’t found the way for it.
    my url for few hours is : http://www.lamaisondesiles.com/wordpress
    If you want to help me to this, it will be fine.
    Thank you

    Ho other particularity : every new page is inclued in the menu, but I don’t select it in the back office.
    Page “essai” for exemple is not selected, but inclued in the menu.

    But the real wrong thing is not the last question, but abaout backgroud image.
    Thank you by advance

    March 15, 2014 at 8:25 am #1906
    pierre
    Participant

    Perhaps to change background (I hope a background image) is it better to load one of the child’s theme for Omega ?

    March 16, 2014 at 7:45 am #1912
    han
    Keymaster

    Seems the image is not exist, http://lamaisondesiles.com/wordpress/wp-content/uploads/2014/02/bg.jpg. To customize the theme, Child theme is recommended

    March 16, 2014 at 1:09 pm #1918
    pierre
    Participant

    Thank you Han,

    yes does’t exist in the 02 , but existe in the 03
    http://lamaisondesiles.com/wordpress/wp-content/uploads/2014/03/bg.jpg

    I see nowhere an action to call it, so I think it is with code in the css entry ?
    I have tried the code (uper in the post) but it is wrong,
    and this one is inside the css case, but no run :
    .body {
    background-image: url(www.lamaisondesiles.com/wordpress/wp-content/uploads/2014/03/bg.jpg) repeat ;
    }

    March 16, 2014 at 2:08 pm #1919
    han
    Keymaster

    This is the correct syntax

    body {
        background-image: url("http://www.lamaisondesiles.com/wordpress/wp-content/uploads/2014/03/bg.jpg");
    }
    March 16, 2014 at 2:22 pm #1921
    pierre
    Participant

    Almost! the background image is displayed correctly, but I want to have only outside the central container. That is to say beyond the width coisie here 980 points. But I’ll find, thank you very much for your help.

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php