Comments 3Martonita started the conversationJuly 9, 2020 at 6:40pmHello 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 1,558Laborator repliedJuly 10, 2020 at 7:50amHi 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 Documentation Join Kalium Users Group1 Like 3Martonita repliedJuly 10, 2020 at 6:07pmThank you! Sign in to reply ...
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:
2. Unfortunately that's not possible.
Best regards,
Laborator Team
Thank you!