Tagged: 

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

    When you click on hide header on the page I’d like to modify it so it JUST takes away the navigation but it doesn’t get rid of the logo on the left. Is there an easy function tweak to get this effect? I’d like to not need CSS for this with the page ID as the client wants to create many different landing pages and I want it to be easy for him to maintain.

    #860672

    Hey Andrea,

    Instead of hiding header, you can add Code Block element to the pages where you would like to hide your menu and add following code inside your code block element

    
    <style>
    nav.main_menu {
        display: none;
    }
    </style>
    

    Cheers!
    Yigit

    • This reply was modified 7 years, 1 month ago by Yigit.
    #860698

    OMG you just rocked my world. I never thought to do page specific CSS on a site. Yay! Worked great!

    #860699

    Hey,

    You are welcome! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Get Rid of Navigation Only’ is closed to new replies.