how to costumize this -> http://gyazo.com/e07b14d7908a6011264981f6bb2e3f64 (http://gyazo.com/e07b14d7908a6011264981f6bb2e3f64) I already tried it in style.css line 968 by adding background image on it but wont work please help
Hello
Try to change this file http://demo.abantecart.com/storefront/view/default/stylesheet/bootstrap.min.css
line 5
.jumbotron {
// background-color: #eee;
background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
color: inherit;
margin-bottom: 30px;
padding: 30px;
}
what will i put in that file ? what to change in that file ?