Hello!
I need help changing the case on all the text on my entire website. I'm using the "simple" theme. I want to make all the text on my site to lowercase at once without doing it manually.
Thanks in advance!
Hi Ben,
if you really want to change all text, then you may add this piece of code to the very bottom of your stylesheet (timber.scss.liquid Asset?):
* { text-transform: lowercase !important; }
hi can you help me make my website all capital letters? it would help me tremendously