Hello, I'm working with the choices template in this link themconcept.michtormos.ca
I would like to chage the Header textarea above Social media icons for a menu, I put this code:
<?php
echo "<div class='sub_menu'>";
$args = array('theme_location'=>'avia2', 'fallback_cb' => '', 'depth'=>1);
wp_nav_menu($args);
echo "
</div>";
?>
In my header.php file but is not placed where I want it to be, over the search field and social media icons. An I would also like it to have the same css style that the other link texts, in orange but smaller and without the underline.
I'll really appreciate if you could help me with this.
Thanks!














