Home Forums WoodMart support forum Total Price

Total Price

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

    pullman
    Participant

    Hello,

    I have another question.

    I want to add a text say ” Total Price” next to the ” total price Number” in the Single product page.

    How to add text??

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .variations_form .woocommerce-variation-price .price > .amount::after {
        content: " Total Price";
        font-size: 12px;
    }

    Best Regards

    #354786

    pullman
    Participant

    Hello,

    Thank you for your support.

    That code works:) but I need to display “Total:” left next to the Price like this.

    “Total:” ←I need this colon, too.

    I attached references. Please check this out.

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

    Hello,

    Please replace the previous Custom CSS with the following Custom CSS then check back.

    .variations_form .woocommerce-variation-price .price > .amount::before {
        content: "Total : ";
        font-size: 16px;
    }

    Best Regards

    #354862

    pullman
    Participant

    Hello,

    Thank you for resolving the issue.

    I appreciate your support! 😉

    #354981

    Hello,

    Most Welcome!!!.

    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 ‘Total Price’ is closed to new replies.