Change Sale Icon - by tbijeux - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Stan Russell

  • Avatar: tbijeux
    tbijeux
    Participant
    February 19, 2015 at 15:40

    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!!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: stan
    Stan Russell
    Participant
    February 19, 2015 at 16:42

    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.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.