The Navbar (because of Shopify API limitations) cannot properly highlight the selected page's nav-bar button, when the navbar is centrally abstracted into a Partial. Because of this, we had to manually copy the code for the navbar onto the header of each page.
We need to either sync all the various navbar code to make sure they all match
The Navbar (because of Shopify API limitations) cannot properly highlight the selected page's nav-bar button, when the navbar is centrally abstracted into a Partial. Because of this, we had to manually copy the code for the navbar onto the header of each page.