• Hi,

    I created an additional Menu bar by

    Registering a new menu in functions.php file
    register_nav_menu( ‘third-menu’, ‘Third Menu’ )

    and displaying this in my header.php file
    <?php wp_nav_menu( array(‘theme_location’ => ‘third-menu’ )); ?>

    Now i got a new Menu bar in header, but it is vertically placed (like a column) without any background colour and Text colour.

    How to edit the background, text colour, text style and make it horizontally aligned (like a row) ?

  • The topic ‘How to Edit and Customize the newly added Menu bar in header ?’ is closed to new replies.