Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #674506

    Hi there, on this page: http://dev.razorplan.com/ (then click the Francais in menu to see…)

    I need to hide the menu. I was able to on desktop, but on mobile, if I hide it, it hid the menu on ALL pages…which I don’t want. I only want that one page to not have a menu showing for both desktop and mobile views.

    Can you help?

    #674516

    Hey BrendaSarg,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Best regards,
    Jordan

    #674541

    You are awesome, thank you!

    #674943

    Hi,

    Glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide mobile AND desktop menu on one page only’ is closed to new replies.