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!
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. 
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 
Thanks for the links too, I’ll check them out!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.