diff --git a/Custom_Templates/customer_templates/.DS_Store b/Custom_Templates/customer_templates/.DS_Store
index 5f17146c..4f3a244d 100644
Binary files a/Custom_Templates/customer_templates/.DS_Store and b/Custom_Templates/customer_templates/.DS_Store differ
diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/.DS_Store b/Custom_Templates/customer_templates/Instacart - Carrot/.DS_Store
new file mode 100644
index 00000000..5008ddfc
Binary files /dev/null and b/Custom_Templates/customer_templates/Instacart - Carrot/.DS_Store differ
diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_head.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_head.html.liquid
index d9932eac..f2be1a1c 100644
--- a/Custom_Templates/customer_templates/Instacart - Carrot/_head.html.liquid
+++ b/Custom_Templates/customer_templates/Instacart - Carrot/_head.html.liquid
@@ -17,4 +17,4 @@
-
\ No newline at end of file
+
diff --git a/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid
index 1298dc06..637e97d6 100644
--- a/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Instacart - Carrot/_header.html.liquid
@@ -324,15 +324,15 @@
element.classList.toggle(hiddenClass)
});
}
-
+
}
function closeMenus(hiddenClassName){
for(const buttons of document.getElementsByClassName('custom-hamburger-btn-container')){
- const menuOpenedBtn = buttons.querySelector('.open-btn');
+ const menuOpenedBtn = buttons.querySelector('.open-btn');
if(!menuOpenedBtn.classList.contains(hiddenClassName)){
menuOpenedBtn.classList.add(hiddenClassName);
- buttons.querySelector('.closed-btn').classList.remove(hiddenClassName);
+ buttons.querySelector('.closed-btn').classList.remove(hiddenClassName);
}
}
for(const menu of document.getElementsByClassName('np-header-mobile-menu-content')){
@@ -341,4 +341,4 @@
}
}
}
-
\ No newline at end of file
+
diff --git a/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid
index beab5b4a..f2be1a1c 100644
--- a/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid
+++ b/Custom_Templates/customer_templates/Instacart - Partners/_head.html.liquid
@@ -1,3 +1,20 @@
{% styles default %}
{% styles colors %}
{% styles custom %}
+
+
+
+
+
+
+
+
diff --git a/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid b/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid
index e554199e..cef6da59 100644
--- a/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid
+++ b/Custom_Templates/customer_templates/Instacart - Partners/_header.html.liquid
@@ -73,6 +73,10 @@