Ive been using this: https://geek.hellyer.kiwi/products/suckerfish_css/
to try and create a duplicate of the Menu bar since this one has a dropdown. (the original is above)
This is the closest I could get. Could anyone help me?
Or if someone could make an even cooler menu it would be even better
To start with, your menu duplicates itself because you added
<?php wp_page_menu(); ?> to the header.php file. you need to remove <?php wp_page_menu(); ?> so only one menu is displayed.
To start with, your menu duplicates itself because you added
<?php wp_page_menu(); ?> to the header.php file. you need to remove <?php wp_page_menu(); ?> so only one menu is displayed.
I think that was intentional, to show what the old and new menus looked like beside each other.