Jump to content

[Résolu] Bordure, Contour des articles


Recommended Posts

Bonjour,

Afin de supprimer le cadre autour de la photo principale d'un article, je te propose :

Dans le fichier : themes/prestashop/css/global.css

Remplacer :

#primary_block #image-block{
   border:#d0d1d5 solid 1px;height:300px;width:300px;
}



Par :

#primary_block #image-block{
   /*border:#d0d1d5 solid 1px;*/
   height:300px;
   width:300px;
}



Et

Remplacer :

#primary_block #image-block img{
   border:#d0d1d5 solid 1px;
}



Par :

#primary_block #image-block img{
   /*border:#d0d1d5 solid 1px;*/
}



Sinon pour t'aider, il existe un plug-in Firefox qui te permet facilement de gérer ces affichages.

Nom plug-in : firebug

Aisément trouvable sur le site de firefox, section module complémentaire.

Link to comment
Share on other sites

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...