This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Alex S Staff 9 years, 1 month ago

    Hi Ruth,

    I suspect your theme is forcing the text to be uppercase. I say this as we don’t actually include any CSS that would allow for this. Do you have a public URL where we can take a look at what’s going on?

  2. Alex S Staff 9 years, 1 month ago

    Hi Ruth,

    I can confirm that the theme is enforcing this. You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .entry-title, .entry-title a {
        text-transform: none;
    }

    You might also need to install the SiteOrigin CSS Editor.

  3. [email protected] 9 years, 1 month ago

    Perfect – thank you so much. —

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread