I’m also looking to accomplish this. I already have a child theme set up, and I’ve tried altering and deleting some functions in the php files, specifically this piece of code in the templates-parts folder under header folder > site-branding.php and navigation folder > navigation-top.php:
<?php if ( ( twentyseventeen_is_frontpage() || ( is_home() && is_front_page() ) ) && ! has_nav_menu( ‘top’ ) ) : ?>
<?php echo twentyseventeen_get_svg( array( ‘icon’ => ‘arrow-right’ ) ); ?><span class=”screen-reader-text”><?php _e( ‘Scroll down to content’, ‘twentyseventeen’ ); ?></span>
<?php endif; ?>
There’s also the single.php and page.php file that I’ve altered code for, but still not cigar. I’d greatly appreciate it if anyone can take a look at the code for this theme and point me in the right direction.
Thanks in advance!
-
This reply was modified 7 years, 10 months ago by tangybit.