Reposition the Secondary Navigation on a StudioPress Theme In this tutorial, I will show you how to Reposition the Secondary Navigation on a Genesis child theme.
I recently received an enquiry to reposition the secondary navigation in the Pretty Creative theme. The Pretty Creative theme by Pretty Darn Cute Design displays above the footer. In order to move it to below the header, we will need to update our functions.php file. Look for this code snippet:
Go ahead and delete that snippet, or comment it out.
In the Pretty Creative theme, the secondary navigation is currently limited to “one depth”, which means that it doesn’t allow for drop-down menus. In order to remove that restriction, open your functions.php file, and look for the following code snippet. Go ahead and delete it, or comment it out:
Leave a Reply