Home Forums WoodMart support forum sale percentage in rectangle/circle

sale percentage in rectangle/circle

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

    zuerst.digital
    Participant

    Is there any provision to show sale percentage along with pricing just after the product title as in the attachment.

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

    Hello,

    Sales can be shown in a percentage on a label. Navigate to the Theme Settings > Shop > Labels

    Best Regards

    #89416

    zuerst.digital
    Participant

    I know you can show it as labels, my question is is there any provision to show up as in the attached image.

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

    Hello,

    No, there is no option to do it exactly as shown on the image.

    Best Regards

    #89500

    zuerst.digital
    Participant

    can I show the label on right side (currently its on left side), the custom css I did was not working.

    #89522

    Hello,

    It is not possible to move only the Sales label. If you move Sales label “New” and “Hot” will also be on the right. If you still want to move, add this code to the Theme Settings > Custom CSS

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

    Best Regards

    #89565

    zuerst.digital
    Participant

    I prefer it in rectangle, please provide css for rectangle one.

    #89590

    Hello,

    Take this code please:

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

    Best Regards

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