I downloaded the plugin “Advanced twenty Seventeen” to see whether this would let me edit the menu (which it did not?), and I think that the plugin created a child theme for me?
Okay, so we’re going the plugin route, and you already have a working child theme created by Advanced Twenty Seventeen plugin.
This looks more complicated than it is; it’s actually pretty simple.
Step 1. Install WP Editor
Step 2. Grab the navigation-top.php
file from the original Twenty Seventeen theme.
- Go to Appearance –> Theme Editor –> at where it says Select theme to edit, choose Twenty Seventeen and hit Select button.
- Still on that page, look under Theme Files, click on template-parts –> navigation –> navigation-top.php.
- Still on that page, make sure
navigation-top.php
file is selected (click on it) –> hit the Download File button.
- Screenshot: https://i.imgur.com/7Ehbk5D.png
Step 3. Upload navigation-top.php
to your child theme’s template-parts/navigation/
directory.
- Go to Appearance –> Theme Editor –> at where it says Select theme to edit, choose Advanced Twenty Seventeen Child and hit Select button.
- Still on that same page, under Upload Files, in the box right below it, type in
template-parts/navigations/
–> then hit Choose File button –> choose the navigation-top.php
file that you’ve previously downloaded –> hit Upload File button.
- Screenshot: https://i.imgur.com/YD5fJpt.png
Step 4. Edit Menu text in navigation-top.php
file to whatever text you want.
- Go to Appearance –> Theme Editor –> at where it says Select theme to edit, choose Advanced Twenty Seventeen Child and hit Select button.
- Still on that page, under Theme Files, click on
template-parts
–> navigation
–> navigation-top.php
- Still on that page, with
navigation-top.php
selected, look for _e( 'Menu', 'twentyseventeen' ); ?></button>
line of code –> edit that Menu text to whatever you want — then hit Update File button to save.
- And we’re done!
- Screenshot: https://i.imgur.com/CM7EQUq.png
-
This reply was modified 8 years, 1 month ago by
ThePixelMe. Reason: formatting
-
This reply was modified 8 years, 1 month ago by
ThePixelMe.
-
This reply was modified 8 years, 1 month ago by
ThePixelMe. Reason: Add screenshots to li list