Jump to content

Changer La Couleur Des Boutons Prestashop 1.6


Recommended Posts

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 by 3r1c (see edit history)
Link to comment
Share on other sites

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