Hello,
If you are using blue color, please try with my way:
Open templates/sj_icenter/css/template-blue.css file and then find:
Slideshow:
#yt_wrapper {
position: relative;
box-shadow: 0 0 5px #000000;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
background: url("../images/blue/bg_body.png") no-repeat center top scroll #f4f4f4;
}
Here, you can change bg_body.png to your image
You are ready
#yt_spotlight3 {
padding: 30px 0 0;
position: relative;
background: url("../images/blue/bg_sp4.png") no-repeat scroll center top transparent;
}
Here, you can change bg_sp4.png to your image
Meet Our Team
#yt_spotlight7 {
padding: 15px 0px;
position: relative;
background: url("../images/bg_slideshow_ourteam.png") no-repeat scroll center top transparent;
background-size: 100% 100%;
}
Here, you can change bg_slideshow_ourteam.png to your image