Hey guys,
I was wondering if there was a quick way to change the titles which appear on a Portfolio grid to all caps with CSS (bottom of page: kristencooper.com/ctt)
I thought maybe:
.grid-entry-title entry-title{
text-transform: capitalize;
}
or something to that effect, but I’m going about it in the wrong way obviously.
To make matters even more complex the clients wants the titles above the picture as well if possible. I confess I’m not sure how to even go about that with the amount of CSS involved.
Any help would be greatly appreciated.
Thanks
T