Widget titles: text-transform and

Hi there,
Just buzy with a complete new look and feel for my site, using the Illdy theme. I have already been able to customize quite some issues and believed that it would be an easy task to change the look of the the Widget titles but I simply don’t get it. Would you be able to provide me with a CSS code to make the Widget titles “inherit” and not all UPPERCASE ?
Here is the link to my test setup page:

http://photos-with-passion.lu/2016/en/

Thank you very much indeed!

Hello,

Thank you for the kind words and for using our product!

You should try this CSS solution, it should work like a charm:

.widget .widget-title h3 {
    text-transform: inherit;
}

Best regards

Yes, that did it ! Thanks a lot indeed!