Archived topic
Move Secondary Menu Below Hero Image
3 replies · Started by Alan on March 31, 2021
Is there any way, possibly with a hook or other method, to move the secondary menu below the hero image as opposed to below the header? See example of the proposed secondary menu attached. I would have a separate menu for each destination. I want the menu links as high on the page below the hero image as possible. I would also like to not show the breadcrumbs on the destination pages so as not to be redundant. How would I do that.
Please let me know.
Thanks,
Hi Alan,
I did the same thing for Grill template:
https://gpsites.co/grill/?page_id=25
Using this method:
https://www.screencast.com/t/cYS8osEDK
Here is the content:
<?php if ( function_exists( 'generate_secondary_navigation_position' ) ) {
generate_secondary_navigation_position();
} ?>
Let me know if this helps :)
I will play around with it and see how it works and looks.
Thanks,
No problem :)