Need to change text from post code / zip to pincode and county to country
-
Need to change text from post code / zip to pincode and county to country in billing area like image as shown in attachment
———————————-
as same need to remove payu money from payment gateway section
Attachments:
You must be
logged in to view attached files.
Hello,
1. To change the text you have to use the Loco translate plugin on the site and edit the language which you are using on the site and then find the words and change it.
You watch the following video in our detailed documentation on how to translate strings using Loco Translate.
https://www.youtube.com/watch?v=D3NsDdMzsls
2. Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
li.wc_payment_method.payment_method_payumbolt img {
display: none;
}
Best Regards.