25th Dec, 07:53 pm
(25th Dec, 06:07 pm)Tan Wrote: To edit "Avatar" or any other text like you wanted you'll need to edit global.css. Find the following:
Code:
span[data-lang-variable="avatar"]:before {
content: "Avatar";
}
Replace with:
Code:
span[data-lang-variable="avatar"]:before {
content: "YourCustomText";
}
my god! why you hide in css files
Thank you