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;
    }