Home New Guten Forums WoodMart support forum Appercase Accents problem

Appercase Accents problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #370993

    [email protected]
    Participant

    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

    #371053

    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

    #371071

    [email protected]
    Participant

    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.
    #371110

    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

Viewing 4 posts - 1 through 4 (of 4 total)