Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258058
    kolibri.events
    Participant

    Hello again,

    i am struggling with my mobile menu button. The green border / frame is OK but the 3 purple lines are only shown once. after the first klick (or touch) they disappear until you go to another page. If you do so and get back to the site before it’s ok again, too.

    URL: http://test.kolibri.events/
    WordPress version 4.6.1–de_DE, X version Version: 4.6.4, and Cornerstone plugin Version 1.3.3.

    I use this code that i found here to display the button (have a white background). Do i miss some hover/visited style?

    @media (max-width: 979px){
    .x-btn-navbar {
    color:rgb(204, 197, 218);!important;
    float: right;
    border: 1px solid rgb(191, 211, 200);
    border-radius: 5px;
    padding: 7px
    }
    .x-btn-navbar.collapsed {
    color:rgb(204, 197, 218);!important;
    float: right;
    border: 1px solid rgb(191, 211, 200);
    border-radius: 5px;
    padding: 7px
    }
    }

    #1258137
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please update your code with the following:

    @media (max-width: 979px){
    .x-btn-navbar {
    color: #ddd !important;
    float: right;
    border: 1px solid rgb(191, 211, 200);
    border-radius: 5px;
    padding: 7px
    }
    .x-btn-navbar.collapsed {
    color: #ddd ;!important;
    float: right;
    border: 1px solid rgb(191, 211, 200);
    border-radius: 5px;
    padding: 7px
    }
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1258058 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>