Okay
  Public Ticket #2607233
Header Menue Colour
Closed

Comments

  •  3
    MrMusicman91 started the conversation

    Hey,

    i have a problem with the color of the header menu. On my Contact site i want to have the "Dark" Theme. But it is not changing when i change the settings of the site to Dark. I tried all variations. The Sticky header works - when i scroll down the menu appears dark. But when i go to the top it is all white.

    Thanks a lot

  •  1,558
    Laborator replied

    Hi there,

    Can you please share your site credentials here as the old ones are not working, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in the editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   MrMusicman91 replied privately
  •  1,558
    Laborator replied

    Hi again,

    We're having trouble accessing your WordPress admin, please watch the video below:

    https://d.pr/v/EEkWuZ

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    MrMusicman91 replied

    Oh ok, i'm sorry. Please try the with the Mail [email protected] and the same password. 


    Thank you so much for your afford.

  •  1,558
    Laborator replied

    Hi there,

    This seems to be a theme bug, so I have added it in the fix list for the upcoming updates. I have added this CSS to Custom CSS of that page to temporarily fix the issue:

    .standard-menu-container.menu-skin-light div.menu>ul>li>a, .standard-menu-container.menu-skin-light ul.menu>li>a {
        color: #333;
    }
    .standard-menu-container.menu-skin-light div.menu>ul>li>a:after, .standard-menu-container.menu-skin-light ul.menu>li>a:after {
        background-color: #333;
    }
    .header-search-input.menu-skin-light .search-icon a svg {
        fill: #333;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    MrMusicman91 replied

    Hey,

    the good new is, that it worked but only for all sites in the main Custom CSS.

    If i paste it on the individual Sites (in the images attached) it won't work :/ 

  •  1,558
    Laborator replied

    Hi there,

    I have updated the CSS and added the !important rule to make sure it runs:

    .standard-menu-container.menu-skin-light div.menu>ul>li>a, .standard-menu-container.menu-skin-light ul.menu>li>a {
        color: #333 !important;
    }
    .standard-menu-container.menu-skin-light div.menu>ul>li>a:after, .standard-menu-container.menu-skin-light ul.menu>li>a:after {
        background-color: #333 !important;
    }
    .header-search-input.menu-skin-light .search-icon a svg {
        fill: #333 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    MrMusicman91 replied

    Thanks a lot! Works perfect.