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 #1324808
Custom Skin Builder problem
Closed

Comments

  •  3
    swedenaskari started the conversation

    About the Theme Styling Color problem. If i just enable the "Custom Skin Builder" and only use the default color without changing everything there will be issues in frontend. Even if i change color, the problem is there. Please see attached video. I think this is a bug maybe?

  • [deleted] replied

    Hi swedenaskari,

    So you are talking about the black menu there. To fix that problem please add this CSS on your Custom CSS area:

    header.site-header div.nav > ul li a, header.site-header ul.nav li a {
        background-color: transparent;
    }