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.
How you can remove the page title within the portfolio?
Thanks!
Hi Sara,
Can you please write us your site URL here on comments first? We need to investigate your site and then get back to you if we have possible solution.
www.canelayclavocomunicacion.com
Hi Sara,
So where is that title please? Are you talking about this? Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer :)
If, that is! Sorry, I did not know how to explain it.
Thanks in advance : )
Hi Sara,
Just add the code below to Custom CSS area on those pages where you want to hide the title of the project:
.single-portfolio-holder .title h1 {
display: none !important;
}
Thanks : )
Glad to hear that :)