Entire site is in all CAPS

So I’m using X Theme Renew stack to design our internal itranet site. My only issue as of now is that every page is in ALL CAPS. Any tips/tricks to change to standard sentence capitalization (or to have it appear as I type it).

Hello Paul,

Thanks for writing in!

Have you made any styling changes to the website as all caps will show only when there’s a styling changes into the theme? Under X > Theme Options > CSS and Appearance > Theme Editor > Style.css please take a closer look and try to remove the changes that’s made. One way that you can proceed is to copy all the codes into a text editor, save the changes and then reload the website. In case text Capitalization is fixed then you can narrow down the code that’s causing the problem.

The code would look like something like this: text-transform: uppercase;.

You can also try following CSS under X > Theme Options > CSS:

body {
    text-transform: initial;
}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.