Viewing 1 replies (of 1 total)
  • Hey there simplyelleblog,

    How are you doing today?

    Page and post titles are set to be displayed in uppercase by theme CSS. You can override it with some custom CSS. To do that please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://ww.wp.xz.cn/plugins/simple-custom-css

    h1.entry-title {
        text-transform: lowercase;
    }

    This should make post/page titles to display in lowercase.

    Hope this helps 🙂

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘Changing Title to Lower Case’ is closed to new replies.