Dear Support Team,
I have a website in a different language, and I want to translate some words like “Checkout”, “View Cart”, etc., into that language. I tried using CSS to make these changes, but it didn’t work. Could you please guide me on how to achieve this?
Here is one of the CSS codes I used:
/* Changing “Checkout” to another language */
.wd-tools-checkout a::after {
content: “پرداخت” !important;
font-size: 14px;
color: inherit;
}
Please let me know if there is an issue with my approach or if there is a better way to do this.
Looking forward to your guidance.
Best regards,