diff --git a/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid b/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid
index 489b4c29..e7de6dcc 100644
--- a/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid
+++ b/NP_Custom_Templates/customer_templates/CameraIQ/styles.css.liquid
@@ -113,6 +113,7 @@ div {
.np-top-cta {
background: black;
border-radius: 0;
+ opacity: 0;
}
.np-text-light {
color: rgba(255, 255, 255, 0.5);
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_cards_categories.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_cards_categories.html.liquid
index a64d32d9..bb3be4c8 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/_cards_categories.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_cards_categories.html.liquid
@@ -12,7 +12,7 @@
- Professional Webinars
+ Professional Events
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_description.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_description.html.liquid
new file mode 100644
index 00000000..fe7837f4
--- /dev/null
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_description.html.liquid
@@ -0,0 +1,6 @@
+
+ About
+
+
+ {{ course.full_description }}
+
\ No newline at end of file
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_desktop_view.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_desktop_view.html.liquid
index 396b890c..68cf3909 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/_course_desktop_view.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_desktop_view.html.liquid
@@ -23,8 +23,8 @@
{% endif %}
-
- {% include "course_progress_and_cta" %}
+
+ {% comment %}{% include "course_progress_and_cta" %}{% endcomment %}
{% include "course_outline" %}
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid
index 34b7db4e..c3607eeb 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_details.html.liquid
@@ -34,7 +34,7 @@
text-shadow: none;
float: right;
align: center;
- color: #cc0033;
+ color: white;
font-weight: 700;
font-size: 10px;'
}
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_mobile_view.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_mobile_view.html.liquid
index e2db48be..511eef13 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/_course_mobile_view.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_mobile_view.html.liquid
@@ -58,6 +58,7 @@
}
.np-course-details {
justify-content: space-between;
+ color: white;
}
.np-course-info.np-course-banner-info {
left: 0;
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_outline.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_outline.html.liquid
index fad76691..611a04af 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/_course_outline.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_outline.html.liquid
@@ -1,6 +1,6 @@
- Included Resources
+ Content
{% comment %} {% t .header, key: current_school.course_vocabulary %} {% endcomment %}
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid
index c3a81d06..e230184c 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_course_progress_and_cta.html.liquid
@@ -1,4 +1,4 @@
-
+{% comment %}
{% t .header %}
@@ -43,4 +43,4 @@
{% t shared.continue %}
{% endif %}
-{% endif %}
\ No newline at end of file
+{% endif %}{% endcomment %}
\ No newline at end of file
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/_homepage_events.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/_homepage_events.html.liquid
index 4e4efe67..436f28ab 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/_homepage_events.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/_homepage_events.html.liquid
@@ -2,7 +2,7 @@
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/course.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/course.html.liquid
index 860c79f7..246507db 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/course.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/course.html.liquid
@@ -29,6 +29,7 @@
}
.np-top-cta {
border-radius: 8px;
+ opacity: 0;
}
#course-desktop .np-course-outline .np-course-outline-title {
diff --git a/NP_Custom_Templates/customer_templates/JnJVision/homepage.html.liquid b/NP_Custom_Templates/customer_templates/JnJVision/homepage.html.liquid
index 3103d505..b99d6aa9 100644
--- a/NP_Custom_Templates/customer_templates/JnJVision/homepage.html.liquid
+++ b/NP_Custom_Templates/customer_templates/JnJVision/homepage.html.liquid
@@ -48,7 +48,7 @@
{% include "section_faqs" %}
{% include "section_contact_us" %}
-
+
{% include "footer" %}