Tagged: background, background image
- This topic has 7 replies, 3 voices, and was last updated 12 years, 1 month ago by
pierre.
-
AuthorPosts
-
February 26, 2014 at 1:42 pm #1834
jen
ParticipantHi
I’m trying to add a background image using a child theme Ihave added.
This is the CSS I’m usingbody {
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 #1853han
KeymasterHi Jen, can you post your site url?
March 15, 2014 at 1:04 am #1905pierre
ParticipantHello, 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 youHo 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 advanceMarch 15, 2014 at 8:25 am #1906pierre
ParticipantPerhaps 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 #1912han
KeymasterSeems the image is not exist,
http://lamaisondesiles.com/wordpress/wp-content/uploads/2014/02/bg.jpg. To customize the theme, Child theme is recommendedMarch 16, 2014 at 1:09 pm #1918pierre
ParticipantThank you Han,
yes does’t exist in the 02 , but existe in the 03
http://lamaisondesiles.com/wordpress/wp-content/uploads/2014/03/bg.jpgI 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 #1919han
KeymasterThis 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 #1921pierre
ParticipantAlmost! 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.
-
AuthorPosts
You must login to reply to this topic.
