Home Forums WoodMart support forum how to change the position for discount label

how to change the position for discount label

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637489

    bala_vlad
    Participant

    Hi guys,

    How could I move that discount icon to the corner?

    Thank youu!

    Attachments:
    You must be logged in to view attached files.
    #637602

    Hung Pham
    Keymaster

    Hi bala_vlad,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .product-labels {
        top: 0;
        left: 0;
    }

    Regards,

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