Comments Howard started the conversationJanuary 28, 2015 at 10:23pm1.)How can I make the background image on the home slider to be center and fit the whole screen?2). How can I change the background of individual pages?Howard repliedJanuary 29, 2015 at 7:20amI already added this for the background:.home-pattern { background-repeat: no-repeat !important; background-attachment: fixed !important; background-position: center !important; } 1,973Support repliedJanuary 29, 2015 at 2:00pm1. Not clear if this has been solved. Use full screen image parallax if possible.2. use section id to specify its properties. you can use inspect element to see what's the idfor examplesection#we-are-newave{ background-color: your color here;}thanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyHoward repliedJanuary 29, 2015 at 6:01pmI got the first one figured out,thanks2) If I want it to be an image, how would I set that up? 1,973Support repliedJanuary 31, 2015 at 10:03pmsection#we-love-technology { background-image: url( path to the image here );}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyHoward repliedJanuary 31, 2015 at 10:21pmdoes this go in style.css?Howard repliedFebruary 2, 2015 at 8:48pmI tried putting it in style.css and it did not work 1,973Support repliedFebruary 2, 2015 at 11:39pmno, use theme options Styling options -> custom cssThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyHoward repliedFebruary 2, 2015 at 11:47pmAhh ok. Is this the right code for it? If you look at the link : www.shadowwalkerentertainment.com/WPsite, the section named : About Shadow Walker Entertainment, I think this is the right code, but I am unsuresection#page_id=84 { background-image: url ( http://www.shadowwalkerentertainment.com/WPsite/wp-content/uploads/2015/01/curtain-background3.jpg);} 1,973Support repliedFebruary 2, 2015 at 11:51pmBest is to use 'Inspect Element' in chrome or firefox for each section to get the section id. That's what you are looking forso in our example section#we-are-newave {background-image: url ( http://www.shadowwalkerentertainment.com/WPsite/wp-content/uploads/2015/01/curtain-background3.jpg);}Thank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyHoward repliedFebruary 2, 2015 at 11:58pmI am doing that and it is not working. That section's id is "<section id="we-are-newave">\Nothing is happening 1,973Support repliedFebruary 3, 2015 at 12:03amthe section is is we-are-newaveyou are doing something wrongtry to do right thing and put some work into it before you start asking us questions.our time is valuable and support is free as you can see :)thanks for understandingThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
1.)How can I make the background image on the home slider to be center and fit the whole screen?
2). How can I change the background of individual pages?
I already added this for the background:
.home-pattern { background-repeat: no-repeat !important; background-attachment: fixed !important; background-position: center !important; }
1. Not clear if this has been solved. Use full screen image parallax if possible.
2. use section id to specify its properties. you can use inspect element to see what's the id
for example
section#we-are-newave{
background-color: your color here;
}
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I got the first one figured out,thanks
2) If I want it to be an image, how would I set that up?
section#we-love-technology {
background-image: url( path to the image here );
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
does this go in style.css?
I tried putting it in style.css and it did not work
no, use theme options Styling options -> custom css
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Ahh ok. Is this the right code for it? If you look at the link : www.shadowwalkerentertainment.com/WPsite, the section named : About Shadow Walker Entertainment, I think this is the right code, but I am unsure
section#page_id=84 {
background-image: url ( http://www.shadowwalkerentertainment.com/WPsite/wp-content/uploads/2015/01/curtain-background3.jpg);
}
Best is to use 'Inspect Element' in chrome or firefox for each section to get the section id. That's what you are looking for
so in our example
section#we-are-newave {
background-image: url ( http://www.shadowwalkerentertainment.com/WPsite/wp-content/uploads/2015/01/curtain-background3.jpg);
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I am doing that and it is not working. That section's id is "<section id="we-are-newave">\
Nothing is happening
the section is is we-are-newave
you are doing something wrong
try to do right thing and put some work into it before you start asking us questions.
our time is valuable and support is free as you can see :)
thanks for understanding
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy