I was attempting to change the height of the Nav bar and was utilizing tips that I found on the ste.
However now I have seem to have lost the background images, and some of the style sheet.
Please take a look http://whitecitycreative.com
I have checked your site and still works fine as on our demo. However, if you want change the background for the different pages on your site, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.
/*introducing page */
.introducing {
background: url("img/introducing-bg.jpg");
}
/*Team*/
.section.about {
background: url("img/team-bg.jpg");
}
/* Client*/
.section.clients {
background: url("img/client-bg.jpg");
}
Note: You need to add your image to the img folder first, then change the image title in the code.
Please login or Register to submit your answer