Home › Forums › Basel support forum › How to remove capitalization from page title settings. › Reply To: How to remove capitalization from page title settings.
September 28, 2019 at 7:06 am
#147183
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body h1,
body h2,
body h3,
body h4,
body h5{
text-transform:none!important;
}
This code would not work for the text inserted in capital letters.
Best Regards