Thanks. I apologize now for not getting this, it's all still very new to me but I am trying to learn! I found the file and have successfully changed the text that appears in the nav bar (in admin.../includes/languages/emeralda/english.php._ However I am not sure what I need to change to change the page it goes to when it is clicked.
Below are the locations "HEADER_SPECIALS" appears.
/home/content/78/10039978/html/coopstore/adminu.../includes/languages/emeralda/english.php
Line #47 : define('HEADER_SPECIALS', 'Fruit');
/home/content/78/10039978/html/coopstore/adminu.../includes/templates/emeralda/common/tpl_header.php
Line #172 : <li id="<?php echo $specials_page;?>"><a href="index.php?main_page=specials"><?php echo HEADER_SPECIALS;?></a></li>
/home/content/78/10039978/html/coopstore/includes/languages/abby_template/english.php
Line #47 : define('HEADER_SPECIALS', 'Specials');
/home/content/78/10039978/html/coopstore/includes/languages/emeralda/english.php
Line #47 : define('HEADER_SPECIALS', 'Specials');
/home/content/78/10039978/html/coopstore/includes/templates/abby_template/common/tpl_header.php
Line #172 : <li id="<?php echo $specials_page;?>"><a href="index.php?main_page=specials"><?php echo HEADER_SPECIALS;?></a></li>
/home/content/78/10039978/html/coopstore/includes/templates/emeralda/common/tpl_header.php
Line #172 : <li id="<?php echo $specials_page;?>"><a href="index.php?main_page=specials"><?php echo HEADER_SPECIALS;?></a></li>