Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
I added the following to custom CSS. It changed everything except the first item "Tous" (All). How would I also change the first item to upper case?
li .portfolio-category-all .active {text-transform: uppercase;
}
Hi Christina,
Can you please write URL of this exact page please? We need to investigate your site and then get back to you if we have possible solution.
http://www.yves.christinapetrie.com/projets/
Hi Christina,
Can you please add the code below to Custom CSS
.product-filter ul li a { text-transform: uppercase !important; }This code will set the uppercase for all the portfolio filters now, so i think that your old CSS code is not needed anymore.
That was it. Fabulous! Thank you!
Hi Christina,
Glad to hear that