Is there a way to change the word "Coupon" to "Promo"?

  • Izzy_w
    Asked on December 31, 2019 at 12:11 AM

    Hi! Anyway to change to word "Coupon" to "Promo"?

  • AndrewHag
    Replied on December 31, 2019 at 1:03 AM

    If I understood your requirement correctly, instead of Enter coupon you wish to have Enter promo?

    1577772136temp del   Campaign Checkout P Screenshot 10

    If yes, please add the CSS code below:

    #coupon-header{

    visibility: hidden;

    }

    #coupon-header::before{

    content: "Enter promo";

    visibility: visible;

    }

    Guide: How-to-Inject-Custom-CSS-Codes