Filter By:
@@ -266,7 +288,8 @@
width: 100%;
}
- .catalog-search{
+ .catalog-search,
+ .catalog-search:focus{
background-color: #fefefe;
border: 1px solid #aa7fb9;
border-radius: 30px;
@@ -293,6 +316,10 @@
}
@media screen and (min-width: 768px){
+ .np-main{
+ margin-top: 300px;
+ }
+
.mobile-subnav{
display: none;
}
@@ -329,9 +356,9 @@
left: 0;
}
- .catalog-header-wrapper{
+ /* .catalog-header-wrapper{
margin-top: 300px;
- }
+ } */
}
@media screen and (min-width: 2200px){
diff --git a/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid b/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid
index fdec3da4..6dc373e1 100644
--- a/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid
+++ b/Custom_Templates/customer_templates/Anthology - Production/search.html.liquid
@@ -4,25 +4,175 @@
{% t .title %}
- {% if results.items.any? %}
- {% render "search_result" for results.items as result %}
+ {% if render_search %}
+
+ {% for result in results.items %}
+ {% comment %} https://newacademy.anthology.com/app/search/00000000-0000-0000?q= {% endcomment %}
+ {% if result.type == 'course' %}
+ {% for course in courses.enrolled %}
+ {% if result.course.id == course.id %}
+ {% include "cards_searched_course" with course %}
+ {% endif %}
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
{% else %}
{% include "search_zero_state" %}
{% endif %}
{% include "footer" %}
+
+
\ No newline at end of file
diff --git a/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid b/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid
index e190dd63..2d7ebb59 100644
--- a/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid
+++ b/Custom_Templates/customer_templates/Howard-Hanna/_allen_tate_resources.html.liquid
@@ -112,7 +112,7 @@
title: "Winner's Edge Annual Calendar",
description: "See the Winner's Edge dates for this year",
link_description: "View",
- link: "https://docs.google.com/presentation/d/1WQBYHBksnLkqFDg0LtweQdZCTV4Pf_kPaQa8qrbs8ak/edit?usp=share_link"
+ link: "https://docs.google.com/presentation/d/1WIkbg9llt9juhSsYqTL53Z4Nt_HKnFMv_YqH0fiwjQ4/edit?usp=sharing"
%}
{%
diff --git a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_homepage_featured.html.liquid b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_homepage_featured.html.liquid
index 7f12b28c..39bbfe31 100644
--- a/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_homepage_featured.html.liquid
+++ b/Custom_Templates/customer_templates/Walmart Luminate Sandbox/_homepage_featured.html.liquid
@@ -5,7 +5,10 @@
{{ homepage.featured_courses_headline }}
-
+
+
+
+