This topic is: not resolved
- This topic has 0 replies, 1 voice, and was last updated 7 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.
These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.
Community Forums › Forums › Archived Forums › Design Tips and Tricks › Display navigation menu before backstretch image in minimum-pro theme
Tagged: minimum pro, nav menu
Hello
I am using minimum-pro theme and I want to display navigation menu before backstretch image.
Using Visual Hook Guide, I see that backstretch image is display using 'genesis_after_header' and for navigation menu also I selected to display after header.
//* Reposition the primary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_after_header', 'genesis_do_nav', 5 );
I reduced the priority so that menu displays before backstretch image, but it doesn't work.
Please suggest.
Regards
© 2025 WPEngine, Inc.