How change "discount", "hot" labels position from left to right
-
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.
Hello,
Please add this code to the Theme Settings > Custom CSS:
body .labels-rounded {
top: 7px;
left: auto;
right: 7px;
}
Best Regards
Hi, how to change discount % percent?
Hello,
Please navigate to the Theme Settings > Shop > Product Labels
Best Regards
The percentage is shown differently in the Turkish language. Instead of 10%, I want to write %10 is that possible.
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
Nice, worked just fine
Thank you.
You are welcome! If you have any questions please feel free to contact us.
Best Regards