• Resolved webwelt

    (@webwelt)


    Hey,
    I want to hide the responsive Hamburger menu on desktop.
    I know that there is a way to do it in the pro version but I want to know whether there’s a way to do it with css in the free version as well.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @webwelt,

    Thanks for reaching out to us. Let me check whether this is possible with custom CSS or not.

    I will get back to you very soon.

    Kind regards,
    Kriti

    Hi @webwelt,

    Kindly try to use the following CSS code to hide the menu button on desktop.

    @media (min-width: 769px){
    #rmp_menu_trigger-1083{
    display: none !important;}
    }

    Let me know.

    Regards,
    Kriti

    Thread Starter webwelt

    (@webwelt)

    Hey,
    Thanks a lot!
    I can’t tell you how grateful I am.

    It worked perfectly.

    Have a great day.

    Regards,
    Ben

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

The topic ‘Hide Desktop Menu’ is closed to new replies.