Appercase Accents problem
-
Hi, i have recently bought woodmart. I’m building a site in greek. I have notice that is some cases this theme auto transforms lowercase latters to uppercase but the accents persists. is there a way to remove the accents since it’s wrong in greek language or atleast to stop this auto-transformation
Hello,
Please provide a relevant screenshot of the area you want to remove the uppercase to check it myself and help you out accordingly.
Best Regards
Hello
in fact, wherever this theme auto transforms lowercase latters to uppercase i got a problem. it looks like this (ΑΚΡΥΛΙΚ΄Α). If there isn’t a global solution for this problem, then maybe i should finish the site first and then ask you for help. I added a pscrn
Attachments:
You must be
logged in to view attached files.
Hello,
You can try using our typography settings to set the text-transform.
You can read our detailed documentation about advanced typography in the following link:
https://xtemos.com/docs/woodmart/advanced-typography-settings/
Or try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body p, body span, body a {
text-transform: lowercase;
}
Best Regards