Thanks for responding! I copied the catchbox_header_menu
function into my child theme’s functions.php file but I’m not sure exactly how to write the echo part. This is what I have so far:
<?php
if ( is_page('375, 333, 327, 381, 335')) {
echo '<nav id="access-secondary">What goes here?</nav>';
}
?>