Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #709559

    I want to turn off (disable) the menus for one page of my website. I tried to add code to the CSS (see below), but the menus are still there. The code I used is:

    .page-id-380 .main_menu {
    display: none;
    }

    The website is bladeelectionresults.com

    Thanks,
    Kurt

    #709561

    Hey Kurt!

    It does work fine on my end, please flush browser cache and refresh your page a few times.
    If you would like to disable mobile menu as well, please add following code to Quick CSS

    .page-id-380 #advanced_menu_toggle {
        display: none !important;
    }

    Best regards,
    Yigit

    #709563

    Great!

    One other thing, I have a footer menu that I want to disable, too. How do I also shut that off?

    #709573

    Hey!

    Please add following code to Quick CSS as well

    .page-id-380 .sub_menu_socket { display: none !important; }

    Best regards,
    Yigit

    #709580

    This is bizarre. I added the footer CSS code and the main menu header came back.

    This is what I’ve added to the Quick CSS:

    .page-id-380 #advanced_menu_toggle {
    display: none !important;
    }

    .page-id-380 .sub_menu_socket { display: none !important; }

    #709587

    Hi!

    Please create a temporary admin login and post it here privately. It seems like there are some errors in your custom CSS code.

    Cheers!
    Yigit

    #709588

    The admin login info is below. The page is called “Early”.

    Thanks,

    #709589

    Hi!

    Can you please try de-activating all active plugins and check if that helps? Page ID was changed and i corrected it however that did not help. Also, please try adding the code to enfold/css/custom.css file and check if that helps

    Best regards,
    Yigit

    #709633

    Yigit:

    I de-activated the three plugins on the site and that didn’t fix the main menu issue. We were able to disable the footer menu on the Early page.

    This is not a big deal, because this page will only be live for about 8-10 hours and then the index page will run. I just unpublished the index page and the links are not live.

    Thanks for your help.
    Kurt

    #710325

    Hi,

    I am guessing this one is no longer needed. Could you please confirm otherwise elaborate on the changes that nees to be made at this point? :)

    Best regards,
    Yigit

    #710434

    Yes. You can close this post.
    Thanks,
    Kurt

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Disable menus for one page of site’ is closed to new replies.