I know not align the sale price and the discount rate on the same line on the product page it is good it is below and it's good, but on the index page and on the box I would rate discount on the same line you can help me.
in my css stylesheet I have this productPriceDiscount. {color: # 373737; font-size: 12px;} but if I do something here it also changes on the product page and I not want that to change the product page, but anyway I do not even happens when has the right to align
/* --------------- PRICES --------------- */
.normalprice, .productSpecialPriceSale {
}
.normalprice {
font-size:16px; line-height:18px; color:#313030; font-weight:normal; text-decoration:line-through; padding-right:8px;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {font-size:16px; line-height:18px; color:#313030; font-weight:normal;}
.productSpecialPriceSale {
text-decoration:line-through;
}
.productPriceDiscount {color:#373737; font-size:12px;}
Image for index
image for page products Good
Thank you for your help


Reply With Quote
