Edit menu items

Support Area Forums Foundation Edit menu items

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #4220
    Edward Bialashewski
    Participant

    Hi, If I wanted to make changes to the main menu manually, which file would i edit? Thanks

    #4223
    Bill Robbins
    Moderator

    If you’d like to make changes to the navigation bar directly you can. Here’s how:

    1. Go to the appearance section of your WordPress control panel and select edit to open up the theme editor.
    2. From the list of files on your right, choose header.php.
    3. You can find the loading of the navigation menu itself on line 69:
      <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>

    Just save your changes once you’re finished. If you have any questions about any specific changes, just let me know.

    You can also add CSS classes to any specific menu items you’d like to inside the menu builder itself (appearance>menu). Click the screen options tab in the top right and make sure “CSS Classes” is checked under advanced options.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Edit menu items’ is closed to new replies.