How to transform all text to lower case in ShopIsle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
You can get rid of the auto-capitalization of all texts in the ShopIsle theme by adding the following custom CSS in Appearance > Customize > Additional CSS:
* { text-transform: none !important; }