• 3 part question.

    WEBSITE: https://13009.duvosoftware.com/

    1.Created a sub menu called Footer Menu as a sub menu in the Menu’s area
    added the menu items in the same order as the Main Menu.

    Problem: they don’t show up in the order I have them in my menu

    2. I need to add text next to the menu items. The code I but in the footer .php goes to the next line.

    Here is my code from the footer:
    <div id=”footerMenu”>
    <?php wp_nav_menu( array( ‘container_class’ => ‘menu-footer’, ‘theme_location’ => ‘footer’ ) ); ?>
    <?php printf(‘| 2012 Payroll Data Processing LLC All rights resered.’);?>
    </div>

    3. Color of the menu items comes out blue, I need it to be black.

    Thank you for any help.

  • The topic ‘Sub Menu’ is closed to new replies.