How to remove capitalization from page title settings.
-
I’ve entered the following into my custom CSS and neither worked. Please advise.
.page-title {
text-transform: none;
}
.title-uppercase {
text-transform: none; }
Hello,
Please provide the page URL where you want to remove capitalization and specify the title, I shall provide a custom CSS.
Best Regards
Site wide. I want capitalization from all page and blog titles removed.
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
Thank you, that fixed the issue.
The topic ‘How to remove capitalization from page title settings.’ is closed to new replies.