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’ve changed the footer background colour to white and would like the social network icons to have a black or coloured background. I’ve added [lab_social_networks rounded] to the footer text but is there a way to control the colour of the circles? Also is there an option to modify the icons to be square?
Hi Catfu,
Add this CSS to Custom CSS:
.site-footer .social-networks.rounded li a { background-color: #EEE; }Best regards,
Laborator Team
Thanks Art, that's working just fine now.
Is there an option to modify the icons to be square instead of round?
Hi Catfu,
Remove the old code and add this one, it will make the social network icons square:
.site-footer .social-networks.rounded li a { background-color: #EEE; border-radius: 0; }P.S. If you have further questions, please create a new ticket instead.
Best regards,
Laborator Team
Thanks
You're welcome
Best regards,
Laborator Team