Jump to content

mètre une image a la place du caddy pour le bouton panier


Recommended Posts

bonjour a tous 

voila je voudrais mètre une image a la place du caddy sur le bouton du panier mais la je coince

avez vous une idée svp 

 j'ai fait un essai avec se code sa ne marche pas 

merci a tous d avance 

 

retirer:

contenu: "\ f07a";
font-family: "FontAwesome";
 
et j'ai ajouter a la place :
background: url (' http://urltoyourimage.com/image.png ');
 
et définir la largeur et la hauteur du bloc, par exemple:
 
display: block;
largeur: 45px;
hauteur: 45px;
Link to comment
Share on other sites

bonjour j ai testé vite fait sur la demo de prestashop.... fichier blockcart.css de ton theme ligne 45

.shopping_cart > a:first-child:before {
content: "\f07a";
font-family: "FontAwesome";
display: inline-block;
font-size: 23px;
line-height: 23px;
color: white;
padding-right: 15px;
background-image: url('http://citrouille-speciale.fr/wp-content/uploads/2014/10/caddie.jpg');
background-position-x: 275px;
height: 250px;
width: 255px;
}
  • Like 1
Link to comment
Share on other sites

  • 3 months later...
  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...