Content headers and menu items auto capitalising after changing site font

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Content headers and menu items auto capitalising after changing site font

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10216
    T4m
    Member

    I changed the font on my site from the original one to ‘Neucha’ which supports uppercase and lowercase letters https://www.google.com/fonts/specimen/Neucha all my content headings and menu items are appearing with capital letters, even though all of them have been typed as lowercase letters. I know with the original font, everything appeared capitalised so I guess it’s a side effect of this? Is there away of changing it so if I use lowercase letters in a heading in my page content or in a menu item it will appear as lowercase instead of autocapitalising.

    #10217
    T4m
    Member
    This reply has been marked as private.
    #10237
    Veena
    Moderator

    Pls add the below custom CSS –

    h1, h2, h3, h4, h5, h6 {
    text-transform: lowercase;
    }
    #primary-menu > ul.menu > li > a {
    font-size: 18px !important;
    text-transform: lowercase;
    }
    
    #10256
    T4m
    Member

    Thank you that worked perfectly!

    #10257
    T4m
    Member
    This reply has been marked as private.
    #10272
    Veena
    Moderator

    Pls use the custom CSS –

    button, .button, .button:active, .button:visited, input[type="button"], input[type="submit"], input[type="reset"] {
    text-transform: lowercase;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.