checkout text-transform lowercase

  • Posts: 167
  • Thank you received: 11
2 years 7 months ago #339212

Bonjour,
Dans les différents formulaires liés à Hikashop, il n'est pas possible d'utiliser de majuscules à cause de ceci

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  
  text-transform: lowercase;
}
S'agit il d'un code HK ? Cela se situe dans custom_16.css ?
Est ce que cela a une utilité? Laquelle? Sinon peut on la supprimer dans la customisation du template avec ceci :
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  
  text-transform: none;
}
Merci

Last edit: 2 years 7 months ago by gil.

Please Log in or Create an account to join the conversation.

  • Posts: 82431
  • Thank you received: 13274
  • MODERATOR
2 years 7 months ago #339217

Bonjour,

Ce code CSS est dans un fichier "custom". Cela signifie que ça a été rajouté par la personne qui a mis en place le site web.
Donc oui, vous pouvez l'enlever. Pourquoi cela a été rajouté ? Je ne pourrais le dire. Un mauvais copier/coller peut être ?

The following user(s) said Thank You: gil

Please Log in or Create an account to join the conversation.

  • Posts: 167
  • Thank you received: 11
2 years 7 months ago #339268

Merci de la réponse !

Please Log in or Create an account to join the conversation.

Time to create page: 0.050 seconds
Powered by Kunena Forum