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
Hi,
Just add this on your custom.css or Quick CSS
body {
text-transform: lowercase !important;
}
Regards,
Ismael
The problem is that the first letter of the sentence is also in lowercase ?