Modif css front end commande

  • Posts: 167
  • Thank you received: 11
11 years 6 months ago #71637

Bonjour,
Je n'arrive pas à modifier le css dans la partie commande (commande déja passées) de l'espace client.
Est ce géré par le css de Hikashop ou par le css de mon template?
Firebug semble m'indiquer que le CSS est directement dans le code html.
Il s'agit du background :
<fieldset id="htmlfieldset_billing" class="adminform">
<legend style="background-color: rgb(255, 255, 255);">Adresse de facturation</legend>
<br>
Voici une capture ecran :



Merci d'avance

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
11 years 6 months ago #71803

Bonjour,

Et si vous essayez cette propriété dans le fichier css d'HikaShop:

#htmlfieldset_billing legend{
    background-color: transparent !important;
}

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
11 years 6 months ago #71831

Bonjour,
Super, cela marche nickel. Il a juste fallu appliquer cela aux autres éléments :

#htmlfieldset_billing legend{
    background-color: transparent !important;
}
#htmlfieldset_shipping legend{
    background-color: transparent !important;
}
#htmlfieldset_products legend{
    background-color: transparent !important;
}
Cdlt

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

Time to create page: 0.082 seconds
Powered by Kunena Forum