Az ominózus kép helye:
www.undergroundclub.hu/templates/rt_supr...slideshow/img-01.jpg
azért nem taálod, mert CSS stílus leíró file-ban van, mint a #g-slideshow szekció háttere,
#g-slideshow {
position: relative;
color: #fff;
background: rgba(255, 255, 255, 0.0);
background: url(../../images/backgrounds/slideshow/img-01.jpg) no-repeat center center; <<-- Ez az a sor
background-size: cover;
}
Azonban van még egy csavar a dologban, az ó-arny jellegű szinezetet viszont ez határozza meg:
#g-slideshow:before {
background-color: rgba(224, 134, 7, 0.5);
background-image: -webkit-linear-gradient(-240deg, rgba(224, 134, 7, 0.5), rgba(133, 16, 16, 0.4) 60%);
background-image: linear-gradient(-30deg,rgba(224, 134, 7, 0.5), rgba(133, 16, 16, 0.4) 60%);
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
Ezekre kell felülírást használnod