Home Forums Pro Themes Kids Education Pro hamburger menu missing

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #134280
    messmeriza
    Participant

    Hi there,

    When you look at the fuelcatering.ca website ON A PHONE the hamburger menu shows up on the homepage, about us page, school catering, extended services and contact pages.

    It does NOT show up on the camp catering and the catering pages.
    Could you please help me fix it.

    Also ON A PHONE it displays a SEARCH field in the hamburger menu which I don’t want. How can I remove it? If it’s not possible to remove this can the image boxes that show up in the search result be removed so that it only shows text in the search results?

    Could you please help me fix this as well.

    Thanks,
    Carolin

    #134285
    messmeriza
    Participant

    I figured out the first question about the menu not showing so I don’t need your help on that anymore, but I still need help with removing the SEARCH field in the hamburger menu please.

    Thanks,
    Carolin

    #134420
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS to remove the search field from the hamburger menu in mobile device.

    @media screen and (max-width: 1000px){
    .home input.responsive-menu-search-box {
        display: none;
    }}

    Hope this helps.

    If you have further queries, let us know.

    Regards.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.