Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
My portfolio categories have changed to all lowercase . How do I get them to display exactly as I’ve typed them?
Screen shot below
thanks
Laurie
Hello,
That’s the default font style for the categories in portfolio grid layout. To change it please add this code into your page’s custom css box:
.portfolio-item.grayscale .project h6 {
text-transform: capitalize;
}
To make it all in uppercase, replace capitalize
with uppercase
.
Best regards!
You must be logged in to reply to this topic.