• Resolved le-tom

    (@le-tom)


    After the latest WPtouch update the post titles are shown with capitalizations (?), every word begins with an uppercase letter. How can I deactivate?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You can remove the capitalization and have it rendered as it is by adding the CSS below to Appearance > Customize > Custom CSS, when editing the mobile theme.

    .post-page-head-area {
    text-transform: none !important;
    }

    Regards,

    Emilio Rivera,
    WPtouch Support

    Thread Starter le-tom

    (@le-tom)

    Thanks! ??

    This works great for the page head area, but what CSS snipped is to be added to remove the capitalization in the footer area as well, i.e. in the links to the previous and the next article?

    Thanks,
    Ralph

    • This reply was modified 8 years, 5 months ago by zonebattler.

    Found it out myself:

    .nav-controls {
    text-transform: none !important;
    }

    removes the capitalization in the links to the previous and the next article. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove capitalization’ is closed to new replies.