Home Forums WoodMart support forum How change "discount", "hot" labels position from left to right

How change "discount", "hot" labels position from left to right

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #97180

    ufo220
    Participant

    Hello,
    Please help with Labels. How i change “discount”, “hot” labels position from left to right and if possible dimensions and colors? I use woodmart child theme.
    Thank You for any advice.
    Regards,
    Sam.

    #97222

    Hello,

    Please add this code to the Theme Settings > Custom CSS:

    body .labels-rounded {
        top: 7px;
        left: auto;
        right: 7px;
    }

    Best Regards

    #120128

    novahex
    Participant

    Hi, how to change discount % percent?

    #120147

    Hello,

    Please navigate to the Theme Settings > Shop > Product Labels

    Best Regards

    #203596

    mezamorta
    Participant

    The percentage is shown differently in the Turkish language. Instead of 10%, I want to write %10 is that possible.

    #203637

    Hello,

    You need to find this file woodmart\inc\integrations\woocommerce\template-tags.php then find this function woodmart_product_label() http://prntscr.com/t05b8k

    Then copy the function into functions.php of the child theme and change as per your needs.

    Best Regards

    #204022

    mezamorta
    Participant

    Nice, worked just fine
    Thank you.

    #204033

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)