Home Forums WoodMart support forum change the position for discount label on product page

change the position for discount label on product page

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #639603

    bala_vlad
    Participant

    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.
    #639628

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below:

    .wd-product .product-labels {
        left: auto;
        right: 0;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

    #639672

    bala_vlad
    Participant

    Hoi Luke,
    Unfortonetly is not working. will remain in the left corner.

    thank youu!

    #639673

    Luke Nielsen
    Keymaster

    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

    #639690

    bala_vlad
    Participant

    Hello,

    I will give u acces on test website. After u did it, pls provide is the info how to solve it.

    Thank you!

    #639696

    Luke Nielsen
    Keymaster

    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

    #639702

    bala_vlad
    Participant

    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!

    #639711

    Luke Nielsen
    Keymaster

    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

    #639754

    bala_vlad
    Participant

    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!

    #639831

    Luke Nielsen
    Keymaster

    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

    #639861

    bala_vlad
    Participant

    Done. Thank you guys and have a great day! Take care!

    #639878

    Luke Nielsen
    Keymaster

    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

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

The topic ‘change the position for discount label on product page’ is closed to new replies.