Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1104941
    eomedical
    Participant

    Hi,

    How can I hide the navigation bar but retain the logo? I had tried .x-navbar {display:none;} but it also hide the logo.
    my URL is: eogroup.asia

    Thanks & Best Regards,
    Sim

    #1105081
    Thai
    Moderator

    Hi Sim,

    Please try with this CSS:

    #ubermenu-main-6-primary {
        display: none !important;
    }

    Hope it helps 🙂

    #1106769
    eomedical
    Participant

    Wow, this is exactly what I looking for.

    Thanks & Best Regards,
    Sim

    #1106831
    Paul R
    Moderator

    You’re welcome! 🙂

    #1162797
    eomedical
    Participant

    Hi,

    How can I hide the responsive toggle in mobile?
    URL is eogroup.asia

    Thanks & Best Regards,
    Sim

    #1162827
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.ubermenu-responsive-toggle {
        display: none;
    }

    Hope that helps.

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