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.
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!

