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.
1. Is it possible to minimize the collapsed portfolio description? Only the arrow to expand should be visible.
2. Can I replace the arrow with another button?
Hi,
1. You can add this CSS
.is-collapsed { width: 100px; height: 100px; } .is-collapsed .portfolio-description-showinfo > h3, .is-collapsed .portfolio-description-showinfo > p { opacity: 0; } .is-collapsed .expand-project-info { width: 75px !important; margin-right: 15px !important; }2— There is not an option to do that for the moment but you can achieve that only if you modify it with CSS code and add your CSS changes in the Custom CSS area.
Thanks!