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.
Hi @eugenewhite .
Thanks for your information.
The URL: kekbarka.hu/foglalas/
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.