Im using simple theme ( free theme) and i wish to change every word (yes,every single word) to lowercase only. Is there a way to do that?
Please apply this CSS to your theme CSS file
body{
text-transform: lowercase;
}
Thank You!
you’re the best my guy! thank you