Showing 1 – 1 of 1 replies
bobafifi

Just bought the theme, thanks! How do […]

bobafifi PURCHASED
5 years ago
Just bought the theme, thanks! How do you change the back round hero image in home-multipurpose.html?
bobafifi
bobafifi PURCHASED
5 years ago
Found it. It's in the styles.css as bg-home.png, not in the template, and shows up as blank except when trying to view it on the website.

/******************
5. Home
*******************/

.bg-home {
position: relative;
background-image: url(../images/bg-home.png);
background-color: #1f2d4e;
padding: 230px 0px 180px 0px;
background-size: cover;
background-position: center center;
}