• Resolved hopefulrose

    (@hopefulrose)


    Hello. I would like to change the site title and tagline of my site to upper and lower case, rather than all upper. Is this possible to do with the Additional CSS customizing feature? My site runs on WordPress.com. I know nothing about CSS but have reached a point I want to learn.

    Thank you in advance!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hopefulrose

    (@hopefulrose)

    Adding to my topic: I’m having a great time learning and now know that what I’m trying to do is text-transform, and that I need to use the code ‘text-transform: capitalize’ which will capitalize the first letter of each word. I’m having difficulty understanding Where I put this in the code to apply it to the Site Title and Tagline. Hope someone can help. Thanks in advance.

    Theme Author Anders Norén

    (@anlino)

    Hi @hopefulrose,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .blog-title a { text-transform: inherit; }

    Let me know if that does it.

    — Anders

    Thread Starter hopefulrose

    (@hopefulrose)

    Thank you so much for replying! Nothing happened with the code. Bummer. But I appreciate the try. –CurtissAnn

    Theme Author Anders Norén

    (@anlino)

    @hopefulrose I tested the code on the demo site, so it should work fine. Can you post a link to the site where you added the code?

    Thread Starter hopefulrose

    (@hopefulrose)

    Thank you for replying! https://curtissannmatlock.wordpress.com/wp-admin/customize.php?return=https%3A%2F%2Fwordpress.com%2Fhome%2Fcurtissannmatlock.com

    I copied the url when I pasted. I did exactly as you said–Appearance, Customize, Additional CSS. And I saved it. The instructions say the change will show in the sample pane on the right without saving, but they do not on my site. So I saved, and then I opened a new tab and went to my site, but it looks just the same in all caps.

    I am using FireFox on a Mac. I popped over and tried Safari, but it is just the same there, too.

    Theme Author Anders Norén

    (@anlino)

    Hi @hopefulrose,

    You’re running the WordPress.com version of Hemingway (called Hemingway Rewritten), which is a separate theme than the one available on www.remarpro.com. They share a design, but the code is completely different. In the future, you can post your support requests to the WordPress.com support forums.

    I can help you with this, though. The font you’re using, Cinzel, is uppercase only – it’s not possible to set it in lowercase.

    — Anders

    Thread Starter hopefulrose

    (@hopefulrose)

    Oh, my goodness, I knew I was doing something wrong. Thank you for your kindness in explaining! I really am enjoying Hemingway and attempting to tweak.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘?Site Title Change to Mixed Upper and Lower Case’ is closed to new replies.