big babol Posted April 14, 2012 Share Posted April 14, 2012 Bonjour Je voudrais savoir si il existe un moyen pour agrandir l'attribut de couleur sur mouseover? Merci. Link to comment Share on other sites More sharing options...
Divine Posted April 16, 2012 Share Posted April 16, 2012 Bonjour, Tu peux le faire dans le fichier CSS concerné. Link to comment Share on other sites More sharing options...
big babol Posted April 16, 2012 Author Share Posted April 16, 2012 Bonjour, Tu peux le faire dans le fichier CSS concerné. bonjour comment puis-je faire mieux expliquée Link to comment Share on other sites More sharing options...
big babol Posted April 17, 2012 Author Share Posted April 17, 2012 quelqu'un peut-il m'aider à agrandir les attributs de couleur? Link to comment Share on other sites More sharing options...
Divine Posted April 17, 2012 Share Posted April 17, 2012 Bonjour, En partant du principe que tu utilises le thème de base de Prestashop, tu ouvre le fichier "product.css" et tu modifie la ligne : #primary_block a.color_pick:hover { border: 1px solid #000 } Tu peux par exemple mettre : #primary_block a.color_pick:hover { border: 1px solid #000; width:25px;height:25px } Link to comment Share on other sites More sharing options...
big babol Posted April 18, 2012 Author Share Posted April 18, 2012 Bonjour, En partant du principe que tu utilises le thème de base de Prestashop, tu ouvre le fichier "product.css" et tu modifie la ligne : #primary_block a.color_pick:hover { border: 1px solid #000 } Tu peux par exemple mettre : #primary_block a.color_pick:hover { border: 1px solid #000; width:25px;height:25px } J'ai déjà essayé avec cette propriété, mais bustes, les positions des couleurs et l'image est agrandie, mais pas la couleur :( Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now