How to change text of tax label on cart or checkout page

This topic has 2 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Tony Rodriguez

  • Avatar: Anshu
    Anshu
    Participant
    December 15, 2022 at 17:39

    hi Support
    i want to change tax label value from (ex VAT) to (ex GST) i was unable to find any option for that .
    secondary i was unable to increase the size of payment gateway pic for this i changed the core css here XStore_Theme_v.8.3.7.zip\xstore\css\modules\woocommerce\pages \ checkout.min.css
    .payment_methods label img {
    width: auto;
    margin: 0 6px;
    position: relative;
    top: -4px;
    /* max-width: 100px; */
    max-width: -moz-max-content;
    /* max-height: 35px; */
    display: inline-block;
    }
    But this is not proper solution once theme gets updated this will lost i also tried to put css in child theme but that dosen’t work

    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 16, 2022 at 06:20

    Hello, @Anshu,

    1- The tax label appears in GST already on your site see the image for a better reference: https://i.is.cc/ky5Ty0x.png

    2- Actually, The code you added works well but you just set the width to auto. I suggest you define the width of it like this: https://i.is.cc/kxSdb1Q.png so that you will be able to see the change.

    Regarding the CSS there is no need to add it in the theme core files you can simply add the CSS code in the Dashboard >> XSTORE >> Theme Settings >> Theme Custom CSS >> Global >> See the image: https://i.is.cc/ky298Re.png

    Regards 8Themes Team.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.