• Resolved mort_subite

    (@mort_subite)


    Im not a huge fan of the drop down menu box customizr defaults to when the theme gets scaled down too far for the traditional nav menu. Im also not exactly sure what it’s called or how to go about looking for code or plugins to change it.

    Does anyone have any suggestions on how to change or dispense of it altogether? Ideally, I’d just like my menu links to reorder in the header depending on size.

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter mort_subite

    (@mort_subite)

    Just to be clear, Im talking about the little box with the three lines in it that replaces your traditional navigational menu when the theme is scaled for smaller devices or a browser is scaled down to a much smaller size.

    rdellconsulting

    (@rdellconsulting)

    Try Googling wp responsive menu builder

    Thread Starter mort_subite

    (@mort_subite)

    Thank you!
    Just a quick question, actually. What exactly is the drop down box called in code? I’d like to keep customizr’s default menu for the full size site, if possible. It’s only the drop down menu I’m looking to change.

    Thread Starter mort_subite

    (@mort_subite)

    Ah, nevermind about what the box is called. Im dumb. Just inspected the element and found some of its code. I’d still like know if it’s possibly to just change the menu box and not the full size nav menu, though.

    Thread Starter mort_subite

    (@mort_subite)

    Ah, excellent! I finally found a plugin to handle the changes I wanted to make.

    Now my main problem is that it doesn’t just replace the main navbar button, but it instead, it co-exists with the button that customizr already had. Is there a way to disable customizr’s navbar button?

    Thread Starter mort_subite

    (@mort_subite)

    Nevermind, figured that out for myself too!

    Solved!

    rdellconsulting

    (@rdellconsulting)

    Well done! Please mark as [resolved] in rh sidebar

    Thread Starter mort_subite

    (@mort_subite)

    Thanks again for your help!

    For those who might run into this problem themselves, the plugin I used to cusomize my responsive navbar button is called “Responsive Menu” and the code to remove customizr’s navbar button is as follows.

    .navbar .btn-navbar {
    display: none;
    }

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Alternatives to responsive drop down menu box?’ is closed to new replies.