Author Topic: How to costumize Price tag  (Read 3743 times)

Offline Jrald12

  • Newbie
  • *
  • Posts: 18
  • Karma: +2/-1
    • View Profile
How to costumize Price tag
« on: April 02, 2015, 10:53:24 PM »
how to costumize this -> http://gyazo.com/e07b14d7908a6011264981f6bb2e3f64  I already tried it in style.css line 968 by adding background image on it but wont work please help

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: How to costumize Price tag
« Reply #1 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

Code: [Select]
.jumbotron {
   // background-color: #eee;
    background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
    color: inherit;
    margin-bottom: 30px;
    padding: 30px;
}

Offline Jrald12

  • Newbie
  • *
  • Posts: 18
  • Karma: +2/-1
    • View Profile
Re: How to costumize Price tag
« Reply #2 on: April 03, 2015, 05:25:13 AM »
what will i put in that file ? what to change in that file ?

 

Powered by SMFPacks Social Login Mod