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.

Okay
  Public Ticket #902819
Change Color social networks
Closed

Comments

  • Javier started the conversation

    Hello,

    A quick question, how I can change the color of the icons of social networks that appear at the top of the web, above the menu?

    Thank you

  • [deleted] replied

    Hi Javier,

    Please add the code below to Custom CSS

    header.site-header .top-menu .social-networks li a i {
    color: #fff !important;
    }