• Resolved sebestyenl

    (@sebestyenl)


    Hello, I starting use the Hotel Booking & Elementor Integration plugin.
    I create a new page: Booking.

    If i see this page in mobile i get a hamburger menu in the top.

    How can i disappear this hamburger menu?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support eugenewhite

    (@eugenewhite)

    Hello @sebestyenl.

    I would like to inform you that this question isn’t related to our Hotel Booking & Elementor Integration add-on. It’s more about the Elementor or the theme that you use.

    If we got it right, you would like to hide the hamburger menu on this single page, correct? If yes, then you may try to apply custom CSS code to do that. Please, provide us with the URL of the page so we can provide you with a code. Also, you may try to select the “Elementor Canvas” page template for this page and check if that helps.

    Thread Starter sebestyenl

    (@sebestyenl)

    Hi @eugenewhite .

    Thanks for your information.

    The URL: kekbarka.hu/foglalas/

    Plugin Support eugenewhite

    (@eugenewhite)

    Hello @sebestyenl.

    Thank you for the URL. Here is the custom CSS you may want to apply under the Dashboard > Appearance > Customize > Additional CSS:

    @media (max-width: 950px) {
    .page-id-247 .ast-builder-layout-element.ast-flex.site-header-focus-item{
        display: none;
    }}

    I added a 950-pixel breakpoint but noticed that on the desktop version of the page you don’t have a menu, so you may try to apply CSS without the @media query.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hamburger menu disappearance’ is closed to new replies.