Changer la couleur d'un formulaire sur mon site

Fermé
zekur31 Messages postés 114 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 - Modifié par baladur13 le 5/03/2013 à 17:31
tryan44 Messages postés 1288 Date d'inscription mardi 24 janvier 2012 Statut Membre Dernière intervention 26 octobre 2014 - 6 mars 2013 à 10:54
Bonjour,
Je voudrais changer la couleur du menu "panier" (seulement celui-ci) de mon site internet car en noir c'est vraiment pas joli et ça ne donne pas envie de me payer lol.
Toujours pareil je n'ai pas trop de connaissance en CSS, html et Co. je vais tenter de vous mettre un lien direct vers la page, masi je ne sais pas si ça va passer car en principe il faut être inscrit pour voir le panier...Je tente, si vous n'avez pas accès, je pourrais afficher le code. Merci à vous par avance :)

Pub supprimée Modération CCM
PS: Je vousdrais mettre toute la partie "conteneur" en blanc (en gardant le fond) et la police en noir, un truc classique quoi.


A voir également:

5 réponses

tryan44 Messages postés 1288 Date d'inscription mardi 24 janvier 2012 Statut Membre Dernière intervention 26 octobre 2014 219
5 mars 2013 à 16:09
Salut,

Visiblement c'est la class #content du fichier custom.css qu'il faut modifier.
0
zekur31 Messages postés 114 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 21
5 mars 2013 à 16:12
yep ! Merci à toi, mais je n'ai rien compris lol, je ne connais pas le langage web malheureusement, veux tu que j'affiche le code et que tu m'indiques la partie à changer ? Merci
0
tryan44 Messages postés 1288 Date d'inscription mardi 24 janvier 2012 Statut Membre Dernière intervention 26 octobre 2014 219
5 mars 2013 à 16:18
Dans la class #content du fichier custom.css vous modifiez la couleur de "background-color" et "color".
background-color:#FFF;
color:#000;

0
zekur31 Messages postés 114 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 21
5 mars 2013 à 16:21
Merci attends je vais voir si je trouve et je reviens immédiatement.
0
zekur31 Messages postés 114 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 21
5 mars 2013 à 16:25
Désolé je viens de parcourir tous le fichier CSS mais je n'ai pas trouver la partie custom.css
0
zekur31 Messages postés 114 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 21
Modifié par baladur13 le 5/03/2013 à 17:41
Si cela peut t'éclairer, désolé je sais que je suis un inculte du domaine


/* ========================================================================= */
/* CSS 05/03/2013 14:18:48 */
/* ========================================================================= */


/*===================================================================================
HTML
===================================================================================*/
*{
margin: 0;
padding: 0;
}
body{
background-color: black;
font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; background-image: url(Pub supprimée Modération CCM/medias/files/3-2.png);] background-position: center top; background-repeat: no-repeat; background-attachment: fixed; }
a,
a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;}
a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #ed28ed;}
p,ul,ol{
margin-bottom: 1.3em;
}
h1{
margin-bottom: 20px;
font-weight: normal;
font-size: 2em;
}
h2{
margin-bottom: 20px;
font-weight: normal;
font-size: 1.8em !important;
}
h3{
margin-bottom: 20px;
font-weight: normal;
font-size: 1.6em !important;
}
h4, h5, h6{
margin-bottom: 15px;
font-size: 1.4em !important;
}
/*===================================================================================
LANGS
===================================================================================*/
ul#lang{
position: absolute;

background-color: #000000;
}
ul#lang a{
display: inline;
padding: 0;
}
/*===================================================================================
WRAPPER
===================================================================================*/
#wrapper_container{
overflow: auto;
}
/*===================================================================================
HEADER
===================================================================================*/
#header{
position: relative;
clear: both;
padding-top: 10px; }
#header .container{
position: relative;
height: 125px; width: 980px; margin: 0 auto; background-image: urlPub supprimée Modération CCM/medias/files/nvoooo-1.png);] background-position: center center; background-repeat: no-repeat; overflow: hidden;
}
/*===================================================================================
LOGO
===================================================================================*/
#logo{
float: left;
}
/*===================================================================================
TITLE
===================================================================================*/
#title_container{
overflow: hidden;
}
#title,
#subtitle{
display: none;
}
/*===================================================================================
SUBTITLE
===================================================================================*/
/*===================================================================================
MENUH
===================================================================================*/
.menu_h,
.menu_h .menu{
float: none;
min-height: 0;
font-size: 0;
}
.menu_h,
.menu_h li{
border: 0;
}
.menu_h .menu_item,
.menu_h .menu_item:visited{
height: auto;
min-height: 0;
line-height: 1;
}
.menu_h .nav_item{
display: inline-block;
float: none;
zoom: 1;
*display: inline;
}
.menu_h .nav_item:last-child{
border-right: 0 !important;
}
.menu_h .submenu{
text-align: left;
}
/*===================================================================================
MENUH TOP
===================================================================================*/
#menu_h1{
width: auto; }
#menu_h1 .menu{
text-align: center;
}
.menu_h{
background-color: #000000; border-bottom: 1px solid #000000;
font-family: Geneva, Arial, Helvetica, sans-serif;}
.menu_h .nav_item{
font-size: 14px; border-right: 0; }
.menu_h .menu_item{
color: #9b539b; font-weight: normal; font-style: normal; text-decoration: none; font-variant: normal; }
.menu_h .nav_item:hover .menu_item{
color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; background-color: #000000;}
/*===================================================================================
MENUH TOP SUBMENUS
===================================================================================*/
#menu_h1 .submenu.first{
}
#menu_h1 .submenu.second{
top: -1px;
}
#menu_h1 .submenu{
background-color: #050b25; border-top: 1px solid #26294c; border-right: 1px solid #26294c; border-bottom: 1px solid #26294c; border-left: 1px solid #26294c;}
#menu_h1 .submenu a,
#menu_h1 .submenu a:visited{
font-size: 14px; color: #9b539b; border-bottom: 1px solid #26294c; text-decoration: none;
}
#menu_h1 .submenu li:hover > a{
color: #ffffff; background-color: #000000;}
/*===================================================================================
MENUH BOTTOM
===================================================================================*/
#menu_h2{
width: auto; width: auto; }
#menu_h2 .menu{
text-align: left;
}
#menu_h2 .submenu{
display: none;
}
/*===================================================================================
CONTAINER
===================================================================================*/
#container{
position: relative;
width: 960px;
padding: 10px; margin-right: auto;
margin-left: auto;
border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 0 0 10px #ffffff;
background-color: #000000;}
/*===================================================================================
SIDEBARS
===================================================================================*/
.sidebar{
float: left;
height: auto;
}
/*===================================================================================
SIDEBARS SUBMENUS
===================================================================================*/
.sidebar .widget{
overflow: visible;
}
.widget_content .menu li{
margin-bottom: 0;
}
.sidebar .menu .even_item{
background: none !important;
}
/*===================================================================================
FIRST SIDEBAR
===================================================================================*/
.sidebar{
width: 200px;
height: auto;
padding-top: 36px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; margin-left:10px;
border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
background-color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left;}
.sidebar a,
.sidebar a:visited{
font-weight: normal; font-style: normal; text-decoration: underline; color: #ffffff;}
.sidebar a:hover,
.sidebar .nav_item:hover > a{
font-weight: normal; font-style: normal; text-decoration: none; color: #d76fc1;}
/*===================================================================================
FIRST SIDEBAR TITLES
===================================================================================*/
.sidebar .item_title,
.sidebar .item_title a,
.sidebar .item_title a:visited{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #fcfcfc; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none;}
.sidebar .item_title:hover,
.sidebar .item_title a:hover{
color: #008bbe;}
/*===================================================================================
FIRST SIDEBAR WIDGETS TITLE
===================================================================================*/
.sidebar h4{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px !important; color: #008bbe; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-align: left; background-color: #000000; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;}
.sidebar h4 a,
.sidebar h4 a:visited,
.sidebar h4 a:hover{
font-weight: normal; font-style: normal; font-variant: normal; color: #008bbe; text-decoration: none;}
.sidebar h4 a:hover{
color: #ffffff;}
/*===================================================================================
FIRST SIDEBAR WIDGETS
===================================================================================*/
.sidebar .widget{
}
.sidebar .widget_content{
position: relative;
width: 200px;
}
.sidebar.dropdownmenus h4 + .widget_content,
.sidebar.dropdownmenus .widget_title + .widget_content{
display: none;
}
/*===================================================================================
FIRST SIDEBAR ALTERNATE ITEMS
===================================================================================*/
.sidebar .even_item,
.sidebar .even_line td,
.sidebar .widget_even_item{
background-color: #000000; }
.sidebar .even_item a,
.sidebar .even_item a:visited,
.sidebar .widget_even_item a,
.sidebar .widget_even_item a:visited{
}
.sidebar .even_item a:hover,
.sidebar .widget_even_item a:hover{
}
.sidebar .even_item .item_title,
.sidebar .widget_even_item .item_title,
.sidebar .even_item .item_title a,
.sidebar .widget_even_item .item_title a,
.sidebar .even_item .item_title a:visited,
.sidebar .widget_even_item .item_title a:visited{
font-family: Arial; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none;}
.sidebar .even_item .item_title:hover,
.sidebar .widget_even_item .item_title:hover,
.sidebar .even_item .item_title a:hover,
.sidebar .widget_even_item .item_title a:hover{
}
/*===================================================================================
FIRST SIDEBAR SUBMENUS
===================================================================================*/
.sidebar .submenu{
background-color: #020510; border-top: 1px solid #000000; border-right: none; border-bottom: none; border-left: none;}
.sidebar .submenu.first{
width: 200px;
}
.sidebar .submenu.second{
left: -200px;
}
.sidebar .submenu a,
.sidebar .submenu a:visited{
border-bottom: none; text-decoration: none;
}
.sidebar .submenu li:hover > a{
text-decoration: none;
}
/*===================================================================================
SECOND SIDEBAR
===================================================================================*/

/*===================================================================================
CONTENT
===================================================================================*/
#content{
float: left;
height: auto;


background-color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left;}
#content.three-columns{
width : 500px;
}
#content.two-columns.sidebar1{
width: 730px;
}
#content.two-columns.sidebar2{
width: 730px;
}
#content.no-columns{
float: none;
}
#content a,
#content a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #08abe1;}
#content a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #08abe1;}
/*===================================================================================
CONTENT BREADCRUMBS
===================================================================================*/
#breadcrumbs{
display: none;
}

/*===================================================================================
CONTENT TITLES
===================================================================================*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .item_title{
font-family: Georgia, "Times New Roman", Times, serif; color: #ded1de; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none;}
#content h1 a,
#content h1 a:visited,
#content h2 a,
#content h2 a:visited,
#content h3 a,
#content h3 a:visited,
#content h4 a,
#content h4 a:visited,
#content h5 a,
#content h5 a:visited,
#content h6 a,
#content h6 a:visited,
#content a.item_title,
#content a.item_title:visited,
#content .item_title a,
#content .item_title a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #ffffff;}
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content a.item_title:hover,
#content .item_title a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #a138a1;}
/*===================================================================================
CONTENT BLOCKS
===================================================================================*/
#content .list_thumbs_items .item_content,
#content .categories_list,
#content .ecom_item_add_to_basket_container,
#content #ecom_item_variations{

background-color: #020510;}
#content .list_thumbs_items .item_content a,
#content .list_thumbs_items .item_content a:visited,
#content .categories_list a,
#content .categories_list a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content a:hover,
#content .categories_list a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content .item_title,
#content .categories_list .item_title{
}
#content .list_thumbs_items .item_content a.item_title,
#content .list_thumbs_items .item_content a.item_title:visited,
#content .list_thumbs_items .item_content .item_title a,
#content .list_thumbs_items .item_content .item_title a:visited,
#content .categories_list a.item_title,
#content .categories_list a.item_title:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content .item_title:hover,
#content .categories_list .item_title:hover,
#content .list_thumbs_items .item_content .item_title a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
/*===================================================================================
CONTENT ALTERNATE ITEMS
===================================================================================*/
#content .menu li{
padding: 5px;
}
#content .even_item,
#content .even_line td,
#content .widget_even_item{
background-color: #020510;}
#content .even_item a,
#content .even_item a:visited,
#content .even_line td a,
#content .even_line td a:visited,
#content .widget_even_item a,
#content .widget_even_item a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item a:hover,
#content .even_line td a:hover,
#content .widget_even_item a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item .item_title a,
#content .even_item .item_title a:visited,
#content .even_item a.item_title,
#content .even_item a.item_title:visited,
#content .even_line td a.item_title,
#content .even_line td a.item_title:visited,
#content .even_line td .item_title a,
#content .even_line td .item_title a:visited,
#content .widget_even_item .item_title a,
#content .widget_even_item .item_title a:visited,
#content .widget_even_item a.item_title,
#content .widget_even_item a.item_title:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item .item_title a:hover,
#content .even_item a.item_title:hover,
#content .even_line td a.item_title:hover,
#content .even_line td .item_title a:hover,
#content .widget_even_item .item_title a:hover,
#content .widget_even_item a.item_title:hover{
font-weight: normal; font-style: normal; text-decoration: none; }

/*===================================================================================
PASSWORD ACCESS
===================================================================================*/
.passwordaccess #content{
float: none;
}
.passwordaccess form{
padding: 20px;
}
.passwordaccess .textfield{
width: 240px;
}
/*===================================================================================
BOTTOM EDITABLE ZONE
===================================================================================*/
#content #bottom_editable_zone{
clear: both;
margin-top: 20px;
overflow: hidden;
}
/*===================================================================================
FOOTER
===================================================================================*/
#footer{
clear: both;

}
#footer .container{
padding: 20px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; overflow: hidden;
}
#footer a,
#footer a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;}
#footer a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #9b539b;}
/*===================================================================================
PAGINATION
===================================================================================*/
#content .pagination{
padding: 5px;
background-color: #000000;
padding-top: 5px;
border-top: 1px solid #000000;
}
#content .pagination a{
color: #999999; }
#content .pagination span,
#content .pagination a:hover{
background-color: #000000; color: #ffffff; text-decoration: none;
}
/*===================================================================================
TAGS
===================================================================================*/
#content .tags{
background-position: 0 10px !important;
}
#content .tags a,
#content .tags a:visited{
display: inline-block;
margin-bottom: 5px;
padding: 5px;
border-radius: 5px;
color: #999999; text-decoration: none;
}
#content .tags a:hover{
background-color: #000000; color: #ffffff; text-decoration: none;
}
/*===================================================================================
FORMS
===================================================================================*/
.form_standard,
.search_form,
.form_newsletter,
.widget form{
padding: 5px; }
.form_standard label,
.search_form label,
.form_newsletter label,
.widget form label{
}
.form_standard legend{
}
fieldset{
border: none;
}
.textfield,
select,
textarea{
border-top: none; border-right: none; border-bottom: none; border-left: none;}
.textfield:focus,
select:focus,
textarea:focus{
}

/*===================================================================================
TABLES
===================================================================================*/
table,
table.table_standard{
background-color: ; border-top: none; border-right: none; border-bottom: none; border-left: none;}
table td,
table.table_standard td{
}
table tr:last-child td,
table.table_standard tr:last-child td{
}
table th,
table.table_standard th{
color: #fcf7fc; background-color: #020510;}
/*===================================================================================
BUTTONS
===================================================================================*/
.button,
a.button:visited,
span.ecom_item_numeric_stepper_up,
span.ecom_item_numeric_stepper_down,
.form_standard_text_format_icons,
input[type="submit"],
input[type="button"]{
border: 0;
background-color: #000000; color: #ffffff !important; text-decoration: none !important;
}
.ecom_item_numeric_stepper input{
border: 1px solid #000000;}
.button:hover,
a.button:hover,
span.ecom_item_numeric_stepper_up:hover,
span.ecom_item_numeric_stepper_down:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
background-color: #000000 !important; color: #ffffff !important; text-decoration: none !important;
}
.button.disabled,
.button.disabled:hover{
opacity: .5;
color: #ffffff !important; background-color: #000000 !important;}
/*===================================================================================
ALERTS
===================================================================================*/
#fancybox-content{
background-color: #ffffff;}
p.fb_message,
p.fb_message a,
p.fb_message a:visited,
p.fb_message a:hover{
color: #8c8c8c;}
p.fb_buttons .button,
p.fb_buttons .button:visited{
background: #fcf9fc !important; color: #000000 !important;}
p.fb_buttons .button:hover{
background: #ffffff !important; color: #0d0d0d !important;}
p.fb_message,
p.fb_message a,
p.fb_message a:visited,
p.fb_message a:hover{
color: #8c8c8c;}
p.fb_buttons .button,
p.fb_buttons .button:visited{
background: #fcf9fc !important; color: #000000 !important;}
p.fb_buttons .button:hover{
background: #ffffff !important; color: #0d0d0d !important;}
/*===================================================================================
ADD-ON : PAGES
===================================================================================*/
#content.three-columns .cols{
width : 520px;
}
#content.two-columns.sidebar1 .cols{
width: 750px;
}
#content.two-columns.sidebar2 .cols{
width: 750px;
}
#content.no-columns .cols{
width: 980px;
}
#page_main_title{
display: none;
}
/*===================================================================================
ADD-ON : PHOTO ALBUM
===================================================================================*/
ul.thumbs li{
margin: 3px;
}

small.photogallery_categories_nb_items{
background-color: #000000; color: #ffffff;}
/*===================================================================================
ADD-ON : VIDEOS
===================================================================================*/
.categories_list ul{
margin-bottom: 0;
}
/*===================================================================================
ADD-ON : SHOP
===================================================================================*/
.ecom_thumb_items .item{
}
.ecom_thumb_items .item_content{
}
.ecom_thumb_item_title{
font-size: 1.3em !important;
}
.ecom_thumb_item_title:hover,
.ecom_thumb_item_title a,
.ecom_thumb_item_title a:visited{
font-weight: normal !important; text-decoration: none !important;}
.ecom_thumb_item_title a:hover{
}
.ecom_thumb_item_on_sale,
.ecom_item_on_sale{
color: #d76fc1; font-weight: normal; font-style: normal; font-variant: normal;}
.ecom_thumb_item_final_price,
.ecom_item_final_price{
font-family: "Courier New", Courier, monospace; font-size: 15px; color: #8e54d1; font-weight: normal; font-style: normal;}
.ecom_thumb_item_old_price,
.ecom_item_old_price{
color: #999999; font-weight: normal; font-style: normal;}
.ecom_thumb_item_stock.in_stock,
.ecom_item_stockinfo.in_stock{
color: #999999;}
.ecom_thumb_item_stock.no_stock,
.ecom_item_stockinfo.no_stock{
color: #999999;}
.ecom_thumb_item_stock.soon_no_stock,
.ecom_item_stockinfo.soon_no_stock{
color: #999999;}
#content .ecom_thumb_item_button_basket,
#content .ecom_thumb_item_button_basket:visited,
#content .ecom_item_button_basket,
#content .ecom_item_button_basket:visited{
border: 0;
background-color: #9b539b; color: #ffffff !important;}
#content .ecom_thumb_item_button_basket:hover,
#content .ecom_item_button_basket:hover{
background-color: #6e366e !important; color: #ffffff !important;}
#content .ecom_thumb_item_button_basket.disabled,
#content .ecom_thumb_item_button_basket.disabled:hover,
#content .ecom_item_button_basket.disabled,
#content .ecom_item_button_basket.disabled:hover{
background-color: #9b539b !important; color: #ffffff !important;}
ul.tabs,
ul.tabs li{
border-color: #faf5fa;}
#content .tabs a,
#content .tabs a:visited{
color: #999999; text-decoration: none;
}
#content .tabs a:hover{
color: #ffffff; text-decoration: none;
}
#content .tabs .active{
border-bottom-color: #000000;
}
#content .tabs .active a,
#content .tabs .active a:visited,
#content .tabs .active a:hover{
color: #ffffff;}
/*===================================================================================
ADD-ON : MEMBERS SPACE
===================================================================================*/
#member_toolbar{
padding: 5px;

background-color: #020510;}
#member_toolbar a,
#member_toolbar a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#member_toolbar a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#member_toolbar ul{
margin-bottom: 0;
}
/*===================================================================================
ADD-ON : POLL
===================================================================================*/
dl.chart_result dd span{
background-color: #020510;}
/*=============================================================================
ADDITIONAL CSS
=============================================================================*/
0
tryan44 Messages postés 1288 Date d'inscription mardi 24 janvier 2012 Statut Membre Dernière intervention 26 octobre 2014 219
Modifié par tryan44 le 5/03/2013 à 20:36
/*===================================================================================  
CONTENT  
===================================================================================*/  
#content{  
float: left;  
height: auto;  
background-color: #000000;  
font-family: Geneva, Arial, Helvetica, sans-serif;  
font-size: 14px;  
color: #ffffff;  
font-weight: normal;  
font-style: normal;  
font-variant: normal;  
text-align: left; 
}  


Changer :
background-color: #000000; en background-color: #FFF;
ET
color: #ffffff; en color: #000;
Une question stupide engendre une réponse stupide!
Une question mal formulé engendre une réponse aléatoire!
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
zekur31 Messages postés 114 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 21
Modifié par zekur31 le 5/03/2013 à 23:17
Merci pour ta réponse. J'ai entrer le code mais le problème c'est que ça ne modifie pas seulement la couleur du "panier", mais l'ensemble de la partie "content" du site

Ce n'est pas parce qu'ils sont nombreux à avoir tort qu'ils ont raison
0
tryan44 Messages postés 1288 Date d'inscription mardi 24 janvier 2012 Statut Membre Dernière intervention 26 octobre 2014 219
6 mars 2013 à 10:54
Vous entendez quoi alors par "panier" car pour moi c'était toute la partie ou s'affiche le calcul des achats..?

Note : il faudra me redonner l'url de votre site en MP.
0