i’m trying to get the highlighted text shown in my screenshot to be lowercase! if possible, i’d like to go ahead and make all wording lowercase sitewide. i’m using the dawn template. is there a code i could enter in to change this or at least the highlighted text?
Hello @clothingbykier ,
Greetings from the Store Watchers Support Team! Happy to help you today.
To make all wording lowercase sitewide add this to base.css at the end of the file.
Please go to Online store > Themes > Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
* {text-transform: lowercase !important;}
Let me know if need further assistance
Regards,
Store Watchers Support Team
