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.
Hi,
How can I edit the excerpt (length, justify left/right, ...) or get rid of it eventually? Thank you.
Hi Jerome,
Can you please add the code below to Custom CSS
/* To change the padding of that blog area */ .blog-holder .isotope-item .box-holder .post-info { padding: 23px 5px !important; } /* Font size of the title and the text align*/ .blog-holder .isotope-item .box-holder .post-info h2 a { font-size: 21px; text-align: center; }Thank you Ylli.
Is there also a way to remove the excerpt below the image?
Best,
Jerome
Hi Jerome,
We don't give support for theme customizations but i decided to help you this time.
Can you please add the code below to Custom CSS
.blog-holder .box-holder .post-info p { display: none; } .blog-holder .box-holder .post-info h2 { margin-bottom: 0px !important; }Will set this ticket as solved from here.
Thank you!