• Resolved cashworth93

    (@cashworth93)


    [ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]

    Hi, how do I remove the mobile navigation menu toggle button from my website without it removing my logo?

    To be honest I want the whole top navigation menu completely removing as I have one in the footer.

    Regards,
    Chris.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    If you can access your CSS, then perhaps you can simply remove the navigation menu toggle button by adding the following property and attribute:

    .dark-div .navbar-toggle, .dark-div .topnav-light .navbar-toggle {
    display: none;
    }

    Thread Starter cashworth93

    (@cashworth93)

    Wow, Thank you so much, you have saved me loads of messing around.

    Worked perfectly, exactly what I wanted ??

    Regards,
    Chris.

    No problem! Glad I was able to help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove mobile navigation without removing site logo’ is closed to new replies.