So I searched until I was blue in the face. We are using Blue Sheffield 2.0 and wanted to add a HOME button at the beginning of the header. Ive seen several places that people said to look and none of it worked for me. So here is what I did, I hope it helps others. And Anne, if you see something I need to change let me know.
I opened /store/includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
Before the line "<li class="menu-shop shop-li"><a href="<?php HTTP_SERVER . DIR_WS_CATALOG;?>" class="mshop"><?php echo HEADER_TITLE_CATEGORIES; ?></a>"
I added this line "<li class="menu-home home-li"><a href="../" class="mhome"><?php echo Home; ?></a></li>"
It makes a home button on the far left, then theres a space (which i like) then the rest of the buttons (store, brands, about us, etc)
I also used the ../ because my store is located in a /store folder so i wanted my home button to go to our main site.
