How can I make my entire website font lowercase in Dawn theme?

Hi there! I am using Dawn theme. I’d like to lowercase my entire website font. Can anyone assist please?

Hello,

Try adding below css in your custom css block [from theme customizations]. Let me know if it worked.

body{
    text-transform: lowercase !important;
}

Hi! Thanks for your reply. To which section do I add this code to? Please specify.

Hi! Thanks for your reply. To which section do I add this code to? Please specify.

Not in the files .. Go to theme customizations and find custom css option if you’re on dawn theme then follow below steps to find that option.

If you are using any other theme then you can just paste it on your theme.liquid file within .. . If not so into coding then you may copy paste below code it just after tag.


Thanks that was helpful!