- Posts: 39
- Thank you received: 0
Can I reduce the font of the price discount?
-
MaxMi
Inactive member - Member
Less
More
11 years 3 months ago #31929
by MaxMi
Replied by MaxMi on topic Can I reduce the font of the price discount?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 3 months ago #31938
by ivan.milic
Replied by ivan.milic on topic Can I reduce the font of the price discount?
Here are css classes you can add to templates/hot_ecommerce/css/vm_ecommerce.css to style those prices :
/*Original price:*/
SPAN.PricebasePriceWithTax{
font-size:...
}
/*Discounted price:*/
SPAN.PricesalesPrice{
font-size:...
}
/*Discount:*/
SPAN.PricediscountAmount{
font-size:...
}
/*Original price:*/
SPAN.PricebasePriceWithTax{
font-size:...
}
/*Discounted price:*/
SPAN.PricesalesPrice{
font-size:...
}
/*Discount:*/
SPAN.PricediscountAmount{
font-size:...
}
Please Log in to join the conversation.
Time to create page: 0.121 seconds