Portfolio Thumbnail Title Text Style

Hello!

I’m working on a portfolio and the title of the portfolio item that shows up on the portfolio page is in capital letters, and I’d like it to be sentence case. I can’t find where to change this, would you please direct me?

Thanks!

Hello Julianne,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.h-entry-cover span {
    text-transform: initial !important;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Awesome it worked :slight_smile:

Thanks for the links too, I’ll check them out!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.