This topic has 2 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Stan Russell
Hi there,
Just a few questions…..
1. How can I change the “Sale” icon?
2. The sale price is larger than the regular price, how can I just set it to the regular font size?
3. Is there a way to reduce the font size of the following beside the product image?
PRODUCT INFORMATION
Product code: xxx
Category: xxxx.
Thank you!!
Hello,
1)
You need to replace file \legenda\images\label-sale.png
2)
Add following css code to yours custom.css file:
.single-product-page .product-info .price ins {
font-size:24px
}
3)
use following css code:
.single-product-page .product-info h4{
font-size:12px
}
.single-product-page .product-info .sku_wrapper {
font-size:14px
}
.single-product-page .product-info .posted_in{
font-size:14px
}
You may adjust values in pixels as you want.
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up