• Resolved Heathervdh

    (@heathervdh)


    Hi,

    Thanks for this theme! It’s making it pretty easy for this newbie to get a basic, nice-looking site up quickly.

    Quick question for you — is it possible to make my site’s title lowercase? Right now the first letter of each word is automatically capitalized, and that’s not how my name is spelled (it’s Dutch and we have lowercase letters for some words).

    Thank you!
    Heather

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there Heather,
    IF you look at your sites css through firebug or google dev tools you can find the apropriate css selector and add this code to your childtheme or css plugin and it should accomplish what you were looking for.

    {text-transform:lowercase;}

    If you’d like you could give us a link to your site and we can take a look at it for you and tell you what the css selector would be.

    Hope this helps. If you have any further questions feel free to ask.

    Thread Starter Heathervdh

    (@heathervdh)

    Nevermind, I figured this out by removing text-transform:capitalize from the style.css.

    Thread Starter Heathervdh

    (@heathervdh)

    Thanks, Wolfs bRain!

    Just realizing that I should create a child theme instead of monkeying with the style.css, so I’m working on that now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site Title — can it be lowercase?’ is closed to new replies.