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;
}


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us