How to transform all text to lower case in ShopIsle
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; }
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; }