AbanteCart Community

AbanteCart Development => Customization help => Topic started by: Jrald12 on April 02, 2015, 10:53:24 PM

Title: How to costumize Price tag
Post by: Jrald12 on April 02, 2015, 10:53:24 PM
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
Title: Re: How to costumize Price tag
Post by: Basara on April 03, 2015, 04:46:39 AM
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;
}
Title: Re: How to costumize Price tag
Post by: Jrald12 on April 03, 2015, 05:25:13 AM
what will i put in that file ? what to change in that file ?