01/08/2015 at 4:28 pm
#314545
Keymaster
@ Margaret
In the theme’s custom CSS, there is a CSS statement that is capitalizing it. Remove the following statement from the theme’s custom CSS area and force refresh the browser. That should fix it.
span.fn.n {
font-variant: normal;
text-transform: capitalize;
}
Hope that helps!
