Jump to content

[résolu] problème avec le bouton "ajouter au panier" carré bleu


Recommended Posts

Bonsoir, 

 

J'ai un souci d'affichage du bouton 'ajouter au panier" 

Voici ce que j'ai sur la page produit phare (je crois que c'est le carré bleu du thème par défaut qui s'incruste sur mon thème.

post-731185-0-32489900-1415820689_thumb.png

et  sur la liste des produits

post-731185-0-01108100-1415820767_thumb.png

 

au lieu de: 

post-731185-0-25417000-1415820791_thumb.png

pour les deux

 

Voici ce que j'ai avec firebug, mais je ne sais pas comment le modifier parce que le code se trouve apparament dans le dossier cache de mon thème:

 

 .button.ajax_add_to_cart_button span {

    background: linear-gradient(to bottom, #009ad0 0px, #007ab7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #06b2e6;
    display: block;
    padding: 10px 14px;
}
.button.ajax_add_to_cart_button:hover span {
    background: none repeat scroll 0 0 #0084bf;
    filter: none;
}
.button.ajax_add_to_cart_button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    color: white;
    font: 700 17px/21px Arial,Helvetica,sans-serif;
    padding: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.button.ajax_add_to_cart_button:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-color: transparent !important;
}
 
quand je supprime toute la partie avec span, l'apparence devient normal, mais je ne sais pas où enlever cette partie là et surtout est-ce que je n'aurais pas d'autres soucis si je l'enlève?
 
en ne gardant que cette partie là:
}
.button.ajax_add_to_cart_button {
    backgroundnone repeat scroll 0 0 rgba(0, 0, 0, 0);
    border1px solid transparent;
    colorwhite;
    font700 17px/21px Arial,Helvetica,sans-serif;
    padding0;
    text-shadow1px 1px rgba(0, 0, 0, 0.2);
}
.button.ajax_add_to_cart_button:hover {
    backgroundnone repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border-colortransparent !important;
}
 

D'avance merci à ceux qui peuvent m'aider.

Edited by ANDRIADY (see edit history)
Link to comment
Share on other sites

(...) je m'excuse, voici le code qui marche sur firebug mais où le modifier??

 

 

.button.ajax_add_to_cart_button {

    background: none repeat scroll 0 0 rgb;
    border: 1px solid transparent;
    color: white;
    font: 700 17px/21px Arial,Helvetica,sans-serif;
    padding: 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
.button.ajax_add_to_cart_button:hover {
    background: none repeat scroll 0 0 rgb !important;
    border-color: transparent !important;
}

 

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