• Resolved mattcrossette

    (@mattcrossette)


    without going through and changing every instance of text in the theme does anyone know of some code that would turn everything throughout the site lowercase? i mostly just want all the text from the theme to be lowercase, but ideally even new posts would automatically be changed to all lowercase as well regardless of how it is typed in.

    any help is appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • stephencottontail

    (@stephencottontail)

    If your theme has a custom CSS option, use it; otherwise, get a custom CSS plugin and try:

    body {
    text-transform: lowercase;
    }

    If that doesn’t catch every piece of text, can you post a link to your website?

    Thread Starter mattcrossette

    (@mattcrossette)

    That worked perfect! I didn’t know that would be a catch all. I’m a newbie ??

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is there a way to tell all text within to be lowercase for entire theme?’ is closed to new replies.