Jump to content

Résolu Modifier la couleur des noms "titres" des produits


Recommended Posts

Bonsoir, je suis sur 1.5.6 avec un thème acheté et je souhaiterai modifier la couleur des noms de mes produits. Grâce à un Topic résolu avec aide sympathique, j'ai pu changer la couleur de la phrase " Ajouter au panier". J'aimerai donc mettre le nom des produits de la même couleur. J'ai cherché mais pas trouvé. merci de votre aide

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

Lol Je veux modifier la couleur des nom des produits dans la page  descriptif pour que la couleur soit la même que " Ajouter au panier"

Par exemple:

Guêpière et Bas en Voile Mako

Guêpière et Bas en Voile Mako 90% polyamide, 10% spandex. - Noir - SM

Link to comment
Share on other sites

oui le global de ton thème:    themes/artwebdesign/css/global.css

 

Pour le moment c'est le body qui prend le dessus sur la couleur

 

avec les modifications cités plus haut cela devrait fonctionner 

 

mais je ne vois pas du tout tes modifs supposé êtres la logiquement

Link to comment
Share on other sites

C'est ce que j'ai à la ligne 848 global.css de mon thème

 

h1 {
color:#AEE00 !important;
margin-bottom:.5em;
font-size:120%;
line-height:1em;
}
h2 {
padding-bottom:.5em;
font-size:100%;
}
h3 {
font-size:90%;
padding:.5em;
}
.title_block {
padding-bottom:.5em;
}
 

Link to comment
Share on other sites

dans votre global.css ligne 32 to 37

changer ceci

h1,h2,h3,h4,h5,h6 {
font-size:100%;
}
q:before,q:after {
content:'';
}

par ceci

h1 {
	font-size:100%;
    color: #000;  
 }
h2,h3,h4,h5,h6 {
font-size:100%;
}

biensur change le #000 par le code de votre couleur souhaité.

 

fait signe de résultat...

Link to comment
Share on other sites

Gros soucis la couleur de mon thème est partie et tout est décallé. Oh la la quel binz!!
Je me répète mais c'est sympa à toi

 

Je peux pas envoyer de pièce jointe?

 

/* product desc */
/* primary_block ***************************************************************************** */
#primary_block {
}
/* pb-right-column ***************************************************************************** */
#pb-right-column {
float:left;
font-size:85%;
}
#pb-right-column #image-block {
position:relative;
}
#pb-right-column #image-block #bigpic, #pb-right-column #thumbs_list img {
max-width: 100%;
}
#pb-right-column #image-block #view_full_size {
display:block;
cursor:pointer;
}
#pb-right-column #image-block #view_full_size .span_link {
position:absolute;
bottom:3%;
display:block;
left:40%;
text-align:center;
text-transform:uppercase;
display: none;
}
#pb-right-column #image-block #view_full_size .span_link img {
position:relative;
top:3px;
left:-3px;
}
/* miniatures */
#pb-right-column #views_block {
width:100%;
margin-top:.8em;
}
#thumbs_list {
float:left;
overflow:hidden;
width:81%;
margin-left:.6em;
height: 9em;
}
#thumbs_list ul#thumbs_list_frame {
list-style-type:none;
padding-left:0;
height:60px;
}
#thumbs_list li {
float:left;
height:60px;
/*width: 26%;*/
width: 72px;
cursor:pointer;
}
#thumbs_list li img {
/*margin:0 .3em;*/
margin: 0 10px;
}
span.view_scroll_spacer {
float:left;
width:8%;
}
#view_scroll_left,#view_scroll_right {
float:left;
width:9px;
margin-top: 2em;
text-indent:-3000px;
}
#view_scroll_right {
}
.resetimg {
}
/* link list */
#usefull_link_block {
list-style-type:none;
padding:.6em 0;
}
#usefull_link_block li {
}
#usefull_link_block li.print {
padding-left:1.5em;
}
#usefull_link_block li.sendtofriend {
padding-left:1.5em;
}
#usefull_link_block li#left_share_fb {
padding-left:1.5em;
}
/* pb-left-column ****************************************************************************** */
#pb-left-column {
float:left;
width:50%;
font-size:87%;
}
#pb-left-column h1 {
color: #AEE00;
font-size:140%;
line-height:1em;
}
#pb-left-column #short_description_block {

}
#pb-left-column #short_description_block .buttons_bottom_block {
display:none;
}
/* form */
#pb-left-column #buy_block

}
#buy_block p {
}
#pb-left-column #buy_block label {
display:inline-block;
width:45%;
font-weight:700;
text-align:right;
font-size: 90%;
}
/* short description pack */
.short_description_pack {
display:none;
}
/* color_picker */
#pb-left-column #color_picker p {
font-weight:700;
}
#attributes fieldset {
padding-bottom:.9em;
}
#attributes fieldset label {
vertical-align:top;
}
#attributes .attribute_list {
display:inline-block;
}
#attributes .attribute_list input.attribute_radio {
float:left;
}
#attributes .attribute_list span {
float:left;
}
.attribute_list #color_to_pick_list {
list-style-type:none;
width:100%;
}
.attribute_list #color_to_pick_list li {
float:left;
margin:0 .2em .2em 0;
padding:.1em;
}
.attribute_list #color_to_pick_list li.selected {
}
.attribute_list #color_to_pick_list a.color_pick {
display:block;
height: 1.2em;
width: 1.2em;
}
.product_attributes {
padding:.4em;
}
/* attributes */
#attributes select {
width:120px;
}
/* quantity_wanted */
#quantity_wanted_p input {
width:19%;
}
/* availability_statut */
#availability_statut {
}
#availability_statut span#availability_label,#availability_date_label {
display:inline-block;
width:45%;
font-weight:700;
text-align:right;
}
#availability_statut #availability_value {
text-transform:uppercase;
font-weight:700;
display:inline;
}
#availability_statut #availability_value.warning_inline {
}
/* prices */
.content_prices {
text-align:right;
padding:.4em;
}
#buy_block p.price {
}
.discount {
display:none;
}
#buy_block p#old_price {
text-decoration:line-through;
}
.our_price_display {
font-weight:700;
color: #DE0000;
font-size: 160%;
}
#reduction_percent,#reduction_amount {
display: block;
float: right;
font-weight: 700;
padding-left: 0.5em;
}
#reduction_percent span,#reduction_amount span {
display:block;
}
#primary_block .on_sale_img {
display:none;
}
#primary_block #pb-left-column .content_prices .price .on_sale {
    display: block;
    padding-bottom: 0.5em;
}

/* online_only */
#buy_block p.online_only {
font-weight:700;
text-align:left;
text-transform:uppercase;
}
/* add_to_cart */
.content_prices #add_to_cart {
position:relative;
float:right;
}
.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled { padding: 0.7em 2.3em;font-size:16px;color:#AEEE00;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/*hack Chrome and Safari */
.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
}
}
.ie9 .content_prices #add_to_cart .exclusive,.ie9 .content_prices #add_to_cart .exclusive_disabled,.ie8 .content_prices #add_to_cart .exclusive,.ie8 .content_prices #add_to_cart .exclusive_disabled,.ie7 .content_prices #add_to_cart .exclusive,.ie7 .content_prices #add_to_cart .exclusive_disabled {
}
:first-child+html .content_prices #add_to_cart .exclusive {
}
.content_prices #add_to_cart span {
z-index:10;
display:block;
position:absolute;
top:0;
left:-12px;
width:26px;
}
.buttons_bottom_block {
clear:both;
}
.buttons_bottom_block #wishlist_button {
font-weight:700;
}
/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
font-size:85%;
}
#send_friend_form h2 {
text-transform:uppercase;
}
#send_friend_form .product {
}
#send_friend_form .product img {
float:left;
}
#send_friend_form .product .product_desc {
float:left;
width:60%;
}
#send_friend_form .product .product_desc p {
}
#send_friend_form .product .product_desc p.product_name {
}
#send_friend_form .send_friend_form_content {
}
#send_friend_form .form_container {
}
#send_friend_form .form_container p.intro_form {
font-weight:700;
padding-top: 1%;
}
#send_friend_form .form_container p.txt_required {
/* SEND TO FRIEND (pop-in) ##################################################################### */
}
#send_friend_form .form_container .text {
}
#send_friend_form .form_container .text label {
display:inline-block;
width:40%;
text-align:right;
}
#send_friend_form .form_container .text input {
width:40%;
}
#send_friend_form .submit {
text-align:right;
}
/* PACK ##################################################################### */
#blockpack {
}
/* PERSONNALISATION ##################################################################### */
.customization_block {
}
.customization_block p.infoCustomizable {
}
ul#uploadable_files,ul#text_fields {
list-style-type:none;
}
.customizableProductsFile,.customizableProductsText {
}
.customizationUploadLine {
}
.customizationUploadBrowse img + a {
position:relative;
top:-51px;
}
.customizationUploadLine label {
display:inline-block;
width:150px;
vertical-align:top;
}
.customizationUploadLine textarea {
width:300px;
}
#customizedDatas {
float:right;
}
.accessories_block div ul li a {
display:inline-block;
}
.accessories_block div ul li .s_title_block a,.accessories_block div ul li .s_title_block span {
font-weight:700;
}

ou alors sI tu as skype je te donne les codes FTP

Link to comment
Share on other sites

oui mail il me manque à agrandir et changer la couleur du bouton commander, changer la couleur du bouton "ajouter au panier" des produits phares et des titres " Catégories, mon compte, nous suivre,contactez-nous,information du footer.

Je galère un peu malgré l'aide de firebug

Et je ne sais plus ou trouver le fichier des traductions. Voilà ;)

Link to comment
Share on other sites

Pour la couleur des produits phares (ajouter au panier)

 

Toujours dans le dossier modules de ton thème 

 

tu ouvre le fichier homefeatured.css dans themes/artwebdesign/css/modules/homefeatured/homefeatured.css

 

à la ligne 63 tu ajoute:

color: #AEEE00;
Link to comment
Share on other sites

Ca ne change pas mais peut-être j'ai mal fait.

Tu as posté ça

#featured-products_block_center .lnk_view {
text-align: center;
color: #ddd;

et moi je dois  mettre

#featured-products_block_center .lnk_view {
text-align: center;
color: #AEEE00;


AH mais non je dois mettre DOCACA

n'importe quoi  je fais

Link to comment
Share on other sites

avec firebug j'ai cherché aussi pour les produits des catégories mais je n'ai trouvé comme solution que les deux colorés "le titre et voir".

 

Dans product_list.css à la ligne 60

 

Attention au chemin >>> themes/artwebdesign/css/product_list.css

 

ajoute color#aeee00;

#product_list li a {
    color: #AEEE00;
    text-decoration: none;
}
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...