Curious if someone can give me the proper way to do this without messing up the rest of the layout...
I want to essentially eliminate the sys_top_menu (top menu) and replace it with the __top_menu_breadcrumb__ (basically the navigation string at bottom showing steps back to home page). So basically taking an element from the sub_footer and transplanting it to the sub_header.
I've tried some swapping in the _sub_header.html but the results weren't pretty
Thanks in advance. Below is a screenshot of the element I'm trying to put in the header and what I want replaced. I've already "removed" the top menu via css display:none which works brilliantly.