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


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