All titles (h1 to h6) automatically changed to uppercases !

  • Unknown's avatar

    Using theme Karuna all titles (from T1 to T6) are automatically transformed in uppercases. On the page modification screen it is correctly shwn. But the java script transforms it and at execution time it has been turned in uppercase. According to me this is a coding error (see Java “rules” for h1 to h6).
    This is not the case when using other themes.
    WISIWYG !
    How to solve that problem ?
    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    If your plan is either the Premium Plan or the Business Plan, you can add CSS code to customize your site freely.

    Custom CSS
    https://en.support.wordpress.com/custom-css/

    The following CSS code should solve the problem you are facing. Please feel free to use.

    h1, h2, h3, h4, h5, h6 {
        text-transform: none;
    }

    If you have further questions, please let me know :)

  • The topic ‘All titles (h1 to h6) automatically changed to uppercases !’ is closed to new replies.