add an own background
Permalink
Hi All,
I am new...
Can anybody tell me how i can add an own background to the site.
Like a picture.
Thanks for responding
Kat
I am new...
Can anybody tell me how i can add an own background to the site.
Like a picture.
Thanks for responding
Kat
Supersized should be a nice addon..
will have to sort this out and investigate, its all new....
I tried this step on an existing theme it worked but the original bk still remains... how do you modify the themes?
Im having the same issue the default color/"background " still remains, how do I remove it (im using plain yogurt)
Hi All,
I am also trying to use the supersized background plugin on a custom theme but at the moment can't get it to work with the javascript setup and use images loaded from the library as the images in the slideshow has anyone managed to successfully get this to work?
I am also trying to use the supersized background plugin on a custom theme but at the moment can't get it to work with the javascript setup and use images loaded from the library as the images in the slideshow has anyone managed to successfully get this to work?
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Where the images folder of your theme contains an image called bg.jpg
This is from css-tricks.com
Steve