Home Forums Basel support forum How to remove capitalization from page title settings.

How to remove capitalization from page title settings.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #147118

    noraferg
    Participant

    I’ve entered the following into my custom CSS and neither worked. Please advise.

    .page-title {
    text-transform: none;
    }
    .title-uppercase {
    text-transform: none; }

    #147126

    Hello,

    Please provide the page URL where you want to remove capitalization and specify the title, I shall provide a custom CSS.

    Best Regards

    #147132

    noraferg
    Participant

    Site wide. I want capitalization from all page and blog titles removed.

    #147183

    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

    #147649

    noraferg
    Participant

    Thank you, that fixed the issue.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘How to remove capitalization from page title settings.’ is closed to new replies.