• I was able to change the home page image by changing the featured image (the blue fans) on the home page but I can’t figure out how to change the other images (the images of contractors working with steel beams) on the home page that are shown in the background as you scroll down. I don’t see these images in the media library so they appear to be built into the theme. Can they not be changed?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You have to manually edit style.css file.

    .promotional-block2{
    	background: url(images/img33.jpg) no-repeat;
    	background-size: cover;
    	position: relative;
    	padding: 96px 0;
    	background-attachment: fixed;
    }
    /*our-services section style*/
    .our-services{
    	background: url(images/img30.jpg) no-repeat;
    	background-size: cover;
    	position: relative;
    	padding: 69px 0 67px;
    	text-align: center;
    	background-attachment: fixed; 
    }
    /*promotional block style*/
    .promotional-block{
    	background: url(images/img23.jpg) no-repeat;
    	background-size: cover;
    	position: relative;
    	color: #fff;
    	padding: 120px 0;
    	background-attachment: fixed;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Home Page Images’ is closed to new replies.