Hi Isabela,
Thanks for writing to us.
To make the footer font lowercase, you can add the following code at Theme options > CSS.
[SCREENSHOT]
.x-colophon {
text-transform: none;
}
The code I provided only serves as a guide. If you wish to improve it, you need to learn more on CSS resource .
If you wish to have a customizable header and footer without the use of custom code or learning CSS, you might want to consider upgrading X to Pro https://theme.co/docs/converting-from-x-to-pro
Hope it will work.
Thanks