Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1157851
    Benjamin H
    Participant

    On my website http://www.lvbbi.com/ my drop down menus stopped working. I can’t figure out what the issue is and it is frustrating some of the students who are used to accessing their classes through those drop downs. 🙂 Thank you for your help

    Benjamin

    #1157922
    Prasant Rai
    Moderator

    Hello Benjamin,

    Thanks for writing in and sorry to hear that you are having trouble. Kindly can add this under Custom > CSS in the Customizer.

    .x-navbar {
      overflow-y: visible;
    }

    Let us know how it goes.

    Cheers!

    #1158288
    Benjamin H
    Participant

    Thank you for the code! I added to the Customizer, but nothing seems to change…

    Benjamin

    #1158375
    Friech
    Moderator

    Hi There,

    Try adding the code on your Child theme’s style.css file. And clear your caching plugin and any CSS/JS minifier feature before previewing the site.

    .x-navbar {
      overflow-y: visible !important;
    }

    This is a known bug and our Dev Team is already working on it.

    Thanks.

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