• Resolved Dynan

    (@dynan)


    I need to remove the navigation menu from the main (top) header in Twentyfourteen.
    I am building a side menu that has 20+ product page links and they start falling out of the left side of the monitor because the nav menu is so wide. And YES, I tried duct tape!

    I don’t want to remove the header (for which I saw the process to remove).

    In advance, Thank a Ton!…well…a Ton and a Half!
    Dy

Viewing 4 replies - 1 through 4 (of 4 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .primary-navigation {
        display: none;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Thread Starter Dynan

    (@dynan)

    Erik,

    It’s nice know such nice people are out there! Worked like a charm!!!

    Genius!

    Thread Starter Dynan

    (@dynan)

    Simple Custom CSS handled it like a dream!
    Thanks Erik!
    (Put yourself in for a raise! Tell them I said you deserve it!)
    Dy

    LOL Thanks,

    Feel free to come back and open a new support ticket anytime.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nav Menu in TwentyFourteen's Main Header’ is closed to new replies.