[SOLVED] Academic theme: how to not make project titles upercase?

Dear all,

I’m using the “academic” theme and I was wondering how can I make the titles in the projects section NOT to appear in uppercase.

As an example, check the projects section in the demo site.

In the corresponding markdown file for the “Deep learning” project there is the line:

title = "Deep Learning"

but as you can see the title appears in uppercase.

The full code for the demo site can be found here.

Thanks a lot in advance.

It’s done in CSS. The “offending” line is at static/css/hugo-academic.css:642.

I commented out this line and that did the job, many thanks!