• Hi there!

    I’m working on a page right now, using the fullwidth template and I would like to remove the header menus.

    Also, if there’s any possible way to keep the logo from redirecting to the homepage that would also be awesome!

    I’m pretty CSS illiterate but I can pick up a bit here and there…if there’s any custom CSS I can just copy and paste into the theme’s custom CSS box that would be awesome!

    Here is the site link: http://marinnarose.com/strategic-planning-for-your-soul/

    It’s obviously not finished, I wanted to get this part out of the way before I messed with it further.

    Thank you so much!

    Kindest regards,
    Audrey

Viewing 1 replies (of 1 total)
  • So to be super clear, you just want the header menus to disappear on this page and only this page?

    Add this css:

    .page-id-739 #nav-second, .page-id-739 #nav-main {
    display:none;
    }

    to remove the logo link you would need to create a child theme and change the header.php file.

    Also just fyi you don’t have a menu assigned to be your mobile menu.

    Kadence Themes

Viewing 1 replies (of 1 total)

The topic ‘Single Page Hide Menu’ is closed to new replies.