How do i make the uppercase titles lowercase?
check attachments to see what i mean, thanks.
You can easily change it using the following styles via Admin Area > Appearance > CSS tab:
.ow_box_cap h3, .ow_box_cap_empty h3 {
text-transform: lowercase;
}