• Resolved premierproperty

    (@premierproperty)


    Dear all,
    I am relatively new to adding plugins and looking after my website and have managed to learn a few things from forums etc. however I have an issue with trying to remove the ‘hamburger’ menu button on my mobile site. I have added a third party, more responsive menu to the site in the hope that I can make it more appealing and accessible. It does not show on the desktop site, however I just cannot seem to remove it on mobile. I have searched the forums and tried as many additional CSS options as I could find without joy. I would really appreciate any assistance you can provide me and I understand that this question appears to have been asked a number of times! Many thanks in advance.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • You’ll need to contact the developer who helped you build the website or the theme developer for help with this as we don’t support third party themes here.

    Assuming the hamburger menu you have on your site right now is the one you want removed, try this:

    div.rh_menu__hamburger.hamburger.hamburger--squeeze {
        display: none;
    }

    @aoking, The poster already stated that they tried CSS. That is why I suggested they contact their developer or the developer of their theme. Looks like they are using real homes theme which is a premium theme. https://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914/support

    I have searched the forums and tried as many additional CSS options as I could find without joy.

    The developers of the theme are aware that we do not support their code here on WP.org.

    Thread Starter premierproperty

    (@premierproperty)

    Thank you for your responses. I was not aware that the them would not be supported. In any case, Aoking, the code worked perfectly and I really appreciate the assistance. Very kind. Thank you.

    @premierproperty It is still best for you to contact your theme developer as there might be a setting in the theme do this without using the CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tried several methods to remove menu from mobile site’ is closed to new replies.