Home Forums WoodMart support forum Swap the “regular price” and “sale price” positions

Swap the “regular price” and “sale price” positions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #598073

    zhufan122881
    Participant

    Hello
    How can I swap the “regular price” and “sale price” positions?
    Thank you!

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

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #598415

    zhufan122881
    Participant
    #598526

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .single-product .price {
        display: flex !important;
    }
    .single-product .price ins {
        order: -1 !important;
        padding-right: 0.5em !important;
    }

    Best Regards

    #598671

    zhufan122881
    Participant

    It works, thank you!

    #598750

    Sounds Great! that your issue has been solved.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Swap the “regular price” and “sale price” positions’ is closed to new replies.