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,
I want to have the an image slider at the top of my column-portfolio. I have managed to get that, but I don't like the arrows that are visible inside the picture.. Is there a code that I can paste somewhere to get rid of those arrows? See here: https://www.kadawathaproductions.one/portfolio/slideshow-test/
Also, is there a way to make all the photos in the slider appear in 16:10 aspect ratio?
Best,
Daniel
Hi Daniel,
To do that please go to that page Edit area > Parameters and Options > Custom CSS and add this CSS code:
.slick-slider .slick-next, .slick-slider .slick-prev { display: none !important; }Have a nice day!