Baseline Theme: How would I make the blog post and product description fonts lowercase?

I have my Baseline theme typography settings set to uppercase for all body fonts however I need to make my blog posts and product descriptions not uppercase. Would appreciate any tips! :slightly_smiling_face: Thanks!

.product-content-container { text-transform: lowercase !important; }

Add this css.

Thank you for the suggestion but when I inserted this into theme.css it didn’t make my product descriptions lowercase. :disappointed_face: