Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24199

    hi there,

    what is the quickest way to identify the css for changing text from uppercase to lower case

    i want to change all the text appeared in uppercase to lowercase on this page http://belgairdigital.com.au/moa/cover-my-life/

    i mean for the top para text :)

    i can make changes on chrome inspector but when i add same code to child theme, it doesn’t work.

    FYI it’s enfold theme :)

    hope to hear soon.

    regards

    G

    #122712

    Hi,

    Just add this on your custom.css or Quick CSS

    body {
    text-transform: lowercase !important;
    }

    Regards,

    Ismael

    #122713

    The problem is that the first letter of the sentence is also in lowercase ?

    #122714

    Hi,

    Please try this:

    body {
    text-transform: none !important;
    }

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘chaning h1, h2… etc to lowercase’ is closed to new replies.