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.
Hello again!
1. How can I use arrows instead of next / prev in portfolio navigation?
2. Is it possible to set a different logo for mobile?
Thank you so much
Hi Martonita,
1. Yes, you can do that by adding this CSS to Custom CSS, here you can find how to add Custom CSS:
.single-portfolio-holder .portfolio-big-navigation .next.mobile-only i, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only i { display: block; } .single-portfolio-holder .portfolio-big-navigation .next.mobile-only:after, .single-portfolio-holder .portfolio-big-navigation .previous.mobile-only:after{ display: none; } .single-portfolio-holder .portfolio-big-navigation .next.pc-only, .single-portfolio-holder .portfolio-big-navigation .previous.pc-only { display: none; }2. Unfortunately that's not possible.
Best regards,
Laborator Team
Thank you!