3r1c 1 Posted March 1, 2016 (edited) Je voudrais changer la couleur des boutons pour les personnaliser. J'ai tout d'abord supprimer les fonds et les bordures mais il reste toujours le fond jaune sur les boutons. J'utilise le thème par défaut "default-bootstrap" et la version 1.6 de Prestashop. Quelqu'un pourrait me dire où se trouve ce fond jaune s'il vous plait? Merci. Edited March 1, 2016 by 3r1c (see edit history) Share this post Link to post Share on other sites
Mediacom87 1,290 Posted March 1, 2016 Bonjour, de quel bouton parlez vous, sur quel version sur quel template .... Share this post Link to post Share on other sites
3r1c 1 Posted March 1, 2016 Par exemple le bouton "ajouter panier" de la page d'accueil ou le bouton "page d'accueil" de la page d'erreur 404. Version Prestashop 1.6 Thème: default-bootstrap Share this post Link to post Share on other sites
Mediacom87 1,290 Posted March 1, 2016 global.css input.button_mini, input.button_small, input.button, input.button_large, input.button_mini_disabled, input.button_small_disabled, input.button_disabled, input.button_large_disabled, input.exclusive_mini, input.exclusive_small, input.exclusive, input.exclusive_large, input.exclusive_mini_disabled, input.exclusive_small_disabled, input.exclusive_disabled, input.exclusive_large_disabled, a.button_mini, a.button_small, a.button, a.button_large, a.exclusive_mini, a.exclusive_small, a.exclusive, a.exclusive_large, span.button_mini, span.button_small, span.button, span.button_large, span.exclusive_mini, span.exclusive_small, span.exclusive, span.exclusive_large, span.exclusive_large_disabled { background: #f4b61b url("../img/bg_bt.gif") repeat-x scroll 0 0; border: 1px solid #cc9900; color: black; cursor: pointer; display: inline-block; font-weight: bold; padding: 5px 7px; position: relative; text-align: left; white-space: normal; } Share this post Link to post Share on other sites