• Hi everyone,

    I am setting up my website using the Moesia theme. But I have a problem with my website title. I entered the title in normal letters, but it keeps showing the title in capital letters! Does anyone know how I can adjust this? Thanks in advance!
    site: https://www.thehummingbirds.nl

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    Yeap, the title is automatically transformed to uppercase. If you would like to change this you can add this code in a custom CSS plugin:

    .site-title {
        text-transform: none;
    }

    Thread Starter IngeK

    (@ingek)

    Hi vladff,

    Thanks, it worked! But now I have another issue. I wanted to use the font ‘Black Chancery’ for the title, I use ‘use any Font’ plugin. The title is in lower case but I can’t get it in black chancery font. Do I have to enter ‘black chancery’ instead of ‘none’ at the Style CSS? Thanks again!

    Thread Starter IngeK

    (@ingek)

    Sorry, I just opened my site and it appeared in the right font! Sorry for spamming, thanks for your help! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Website title only in capital letters’ is closed to new replies.