change the position for discount label on product page
-
Hi guys,
How can i move the discoutn label from product page, from left corner, to right corner?
Thank youu!
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the code below:
.wd-product .product-labels {
left: auto;
right: 0;
}
Define it in Theme Settings -> Custom CSS.
Kind Regards
Hoi Luke,
Unfortonetly is not working. will remain in the left corner.
thank youu!
Hello,
Is there any chance that you could give me access to the dashboard area so I can check the settings there?
Thank you in advance.
Kind Regards
Hello,
I will give u acces on test website. After u did it, pls provide is the info how to solve it.
Thank you!
Hello,
Applied the code: https://prnt.sc/YItKS6Sj45yH , and it works – https://prnt.sc/A7yyj-_kueSZ
Also, clear the cache and recheck the issue.
Kind Regards
Hi Luke,
Firstly, thank you very much for ur quick respinse.
Unfortonetly, we dont wnat to have the label on the right corner like i said, we wanna have it on the left corner.. On carousels are ok, but on product page, the label its in the right corner, not the left one.
Thank you very much!
Hello,
Okay, understood. In this case, try to use the code below:
body .woocommerce-product-gallery .product-labels {
left: 0;
inset-inline-end: auto !important;
}
Kind Regards
Thank you very much Luke!
And thank you a lot for qucik response.
This one works.
Where i can leave a review? U guys helped me with a few topics, but with this one was really fast!
Thank you mate! have a nice day!
Hello,
You can leave a review for our theme by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.
Kind Regards
Done. Thank you guys and have a great day! Take care!
Hello,
You are welcome! Always remember that you can reach out to us with any questions you may have.
Wish you all the best.
Kind Regards
The topic ‘change the position for discount label on product page’ is closed to new replies.