Uppercase Content Area?

(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)

Hello @Kev,

Thanks for posting in!

You have withdrawn your post. If you are referring to the Footer area, the text was in uppercase because of the Icon’s built-in CSS code:

.x-colophon.bottom .x-colophon-content {
    margin: 10px 0;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
}

You may override it by adding this code in the Code > Global CSS:

.x-colophon.bottom .x-colophon-content {
    text-transform: none;
}

Kindly let us know how it goes.